org.apache.tapestry5.annotations
Annotation Type AfterRenderTemplate


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface AfterRenderTemplate

Corresponds to BeforeRenderTemplate, allowing additional markup after rendering the component's template. Returning true (the default), will progress to the AfterRender phase. Return false to return to the BeforeRenderTemplate phase.



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.