Package jakarta.faces.render
Class RenderKitFactory
java.lang.Object
jakarta.faces.render.RenderKitFactory
- All Implemented Interfaces:
- FacesWrapper<RenderKitFactory>
see Javadoc of Faces Specification
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidaddRenderKit(String renderKitId, RenderKit renderKit) abstract RenderKitgetRenderKit(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- 
RenderKitFactoryDeprecated.
- 
RenderKitFactory
 
- 
- 
Method Details- 
addRenderKit
- 
getRenderKit
- 
getRenderKitIds
- 
getWrappedIf 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:
- getWrappedin interface- FacesWrapper<RenderKitFactory>
- Returns:
- the decorated RenderKitFactoryif this factory decorates another, ornullotherwise
- Since:
- 2.0
 
 
-