@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface BeforeRenderBody
MarkupWriter
parameter, and may return void or boolean.
Returning true (or void) will queue up the component's body for rendering.
Returning false will skip the component's body, but continue rendering the template. The AfterRenderBody
phase will still execute after the template finishes rendering.
This phase is skipped for components which do not have a body.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.