@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface AfterRenderBody
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.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.