@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface SetupRender
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 proceed directly to the CleanupRender
phase.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.