Class RenderFacetHandler

    • Constructor Detail

      • RenderFacetHandler

        public RenderFacetHandler​(ComponentConfig config)
    • Method Detail

      • onComponentPopulated

        public void onComponentPopulated​(FaceletContext ctx,
                                         UIComponent c,
                                         UIComponent parent)
        Description copied from class: ComponentHandler

        This method is guaranteed to be called after the component has been populated with children.

        Overrides:
        onComponentPopulated in class ComponentHandler
        Parameters:
        ctx - the FaceletContext for this view execution
        c - the UIComponent that has just been populated with children.
        parent - the parent UIComponent of the component represented by this element instance.