|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@UseWith(value={COMPONENT,MIXIN,PAGE})
public @interface BeforeRenderBody
Marks methods to be invoked when the component rendering state machine hits the point in the component's template
where the body element occurs. Such methods may optionally take a MarkupWriter
parameter, and may return void or boolean.
AfterRenderBody phase will still execute after the template finishes rendering.
This phase is skipped for components which do not have a body.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||