Package jakarta.faces.render
Class RenderKitFactory
java.lang.Object
jakarta.faces.render.RenderKitFactory
- All Implemented Interfaces:
FacesWrapper<RenderKitFactory>
see Javadoc of Faces Specification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
addRenderKit
(String renderKitId, RenderKit renderKit) abstract RenderKit
getRenderKit
(FacesContext context, String renderKitId) If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
-
Field Details
-
HTML_BASIC_RENDER_KIT
- See Also:
-
-
Constructor Details
-
RenderKitFactory
Deprecated. -
RenderKitFactory
-
-
Method Details
-
addRenderKit
-
getRenderKit
-
getRenderKitIds
-
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 returnsnull
.- Specified by:
getWrapped
in interfaceFacesWrapper<RenderKitFactory>
- Returns:
- the decorated
RenderKitFactory
if this factory decorates another, ornull
otherwise - Since:
- 2.0
-