|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@UseWith(value={COMPONENT,MIXIN,PAGE})
public @interface SetupRender
Marker annotation for methods that should be executed during the SetupRender phase. Such methods may optionally take
a MarkupWriter parameter, and may return void or boolean. Returning true or void will
advance to the BeginRender phase. Return false to skip the BeginRender phase
and procede directly to the CleanupRender phase.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||