org.apache.tapestry5.annotations
Annotation Type AfterRenderBody


@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.



Copyright © 2003-2012 The Apache Software Foundation.