org.jboss.seam.faces.context
Annotation Type RenderScoped


@NormalScope
@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RenderScoped

Defines a CDI bean as Render-scoped. Data put in the render scope will survive until the next JSF PhaseId.RENDER_RESPONSE is completed, at which point the RenderContext will be destroyed along with all references to its contents.

Author:
Lincoln Baxter, III



Copyright © 2009-2011 Seam Framework. All Rights Reserved.