| Marker annotation for methods that should be executed during the SetupRender phase. Such methods
may optionally take a
org.apache.tapestry.MarkupWriter parameter, and may return void or
boolean. Returning true or void will advance to the
org.apache.tapestry.annotations.BeginRender phase. Return false to skip the BeginRender
phase and procede directly to the
org.apache.tapestry.annotations.CleanupRender phase.
|