349350351352353354355
} } // Invoke "after" handlers result = dispatchHandlers(context, AFTER_ENCODE, new AfterEncodeEvent(component)); }
242243244245246247248
// Render the child UIComponent encodeChild(context, childComponent); // Invoke "after" handlers dispatchHandlers(context, AFTER_ENCODE, new AfterEncodeEvent(childComponent)); }