Class CompositeComponentImpl

All Implemented Interfaces:
NamingContainer, PartialStateHolder, StateHolder, TransientStateHolder, UniqueIdVendor, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener

public class CompositeComponentImpl extends UINamingContainer
  • Field Details

  • Constructor Details

    • CompositeComponentImpl

      public CompositeComponentImpl()
  • Method Details

    • getFamily

      public String getFamily()
      Description copied from class: UIComponent

      Return the identifier of the component family to which this component belongs. This identifier, in conjunction with the value of the rendererType property, may be used to select the appropriate Renderer for this component instance. Note this method should NOT return null

      Overrides:
      getFamily in class UINamingContainer
      Returns:
      the component family (not null).