org.apache.tapestry5.annotations
public class: CleanupRender [javadoc |
source]
org.apache.tapestry5.annotations.CleanupRender
Marker annotation for component methods associated with the terminal phase for the component rendering state machine.
Methods may optionally take a
org.apache.tapestry5.MarkupWriter annotation. Generally, methods marked with
this annotation are used to perform post-render cleanup. In addition, a method may return false to return to the
org.apache.tapestry5.annotations.SetupRender phase. Returning void or true (the default), is the normal
course.