|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||