Package org.apache.tapestry5.annotations
Annotation Type AfterRenderTemplate
-
() () @UseWith({COMPONENT,MIXIN,PAGE}) public @interface AfterRenderTemplate
Corresponds toBeforeRenderTemplate
, allowing additional markup after rendering the component's template. Returning true (the default), will progress to theAfterRender
phase. Return false to return to theBeforeRenderTemplate
phase.