Class RenderKitFactory

java.lang.Object
jakarta.faces.render.RenderKitFactory
All Implemented Interfaces:
FacesWrapper<RenderKitFactory>

public abstract class RenderKitFactory extends Object implements FacesWrapper<RenderKitFactory>
see Javadoc of Faces Specification
  • Field Details

  • Constructor Details

    • RenderKitFactory

      @Deprecated public RenderKitFactory()
      Deprecated.
    • RenderKitFactory

      public RenderKitFactory(RenderKitFactory delegate)
  • Method Details

    • addRenderKit

      public abstract void addRenderKit(String renderKitId, RenderKit renderKit)
    • getRenderKit

      public abstract RenderKit getRenderKit(FacesContext context, String renderKitId)
    • getRenderKitIds

      public abstract Iterator<String> getRenderKitIds()
    • getWrapped

      public RenderKitFactory getWrapped()
      If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returns null.
      Specified by:
      getWrapped in interface FacesWrapper<RenderKitFactory>
      Returns:
      the decorated RenderKitFactory if this factory decorates another, or null otherwise
      Since:
      2.0