Class RenderKitFactory

    • Constructor Detail

      • RenderKitFactory

        @Deprecated
        public RenderKitFactory()
        Deprecated.
    • Method Detail

      • addRenderKit

        public abstract void addRenderKit​(String renderKitId,
                                          RenderKit renderKit)
      • 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