|
||||||||||
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 AfterRenderBody
Corresponds to BeforeRenderBody
, allowing additional markup after rendering the body of a component, but
before rendering the rest of the component's template. Return true (the default) to progress to the AfterRenderTemplate
or AfterRender
phase (depending on whether the component does or does not have a
template). Return false to return to the BeforeRenderBody
phase.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |