104105106107108109110
new BeforeLoopEvent((UIComponent) component)); while (shouldContinue(component)) { super.encode(context, component); } dispatchHandlers(context, AFTER_LOOP, new AfterLoopEvent((UIComponent) component)); }
178179180181182183184
super.encode(context, component); } // Invoke any "after" handlers dispatchHandlers(context, AFTER_LOOP, new AfterLoopEvent(component)); }