| Marker annotation for methods associated with the AfterRender phase. This corresponds closely to
org.apache.tapestry.annotations.BeginRender , but occurs after the template and body of
the component have been rendered. Often, this is used to render a close tag. Return void or true (the default)
to advance to the
org.apache.tapestry.annotations.CleanupRender phase. Return false to
return to the
org.apache.tapestry.annotations.BeginRender phase.
|