Class RenderFacetHandler

All Implemented Interfaces:
FaceletHandler

public class RenderFacetHandler extends ComponentHandler
  • Constructor Details

  • Method Details

    • 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.