Uses of Class
jakarta.faces.render.RenderKit
Packages that use RenderKit
Package
Description
-
Uses of RenderKit in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return RenderKit -
Uses of RenderKit in com.sun.faces.context
Methods in com.sun.faces.context that return RenderKit -
Uses of RenderKit in com.sun.faces.renderkit
Subclasses of RenderKit in com.sun.faces.renderkitFields in com.sun.faces.renderkit with type parameters of type RenderKitModifier and TypeFieldDescriptionprotected ConcurrentHashMap<String, RenderKit> RenderKitFactoryImpl.renderKitsMethods in com.sun.faces.renderkit that return RenderKitModifier and TypeMethodDescriptionstatic RenderKitRenderKitUtils.getCurrentRenderKit(FacesContext context) Return theRenderKitfor the current request.RenderKitFactoryImpl.getRenderKit(FacesContext context, String renderKitId) Methods in com.sun.faces.renderkit with parameters of type RenderKitModifier and TypeMethodDescriptionvoidRenderKitFactoryImpl.addRenderKit(String renderKitId, RenderKit renderKit) -
Uses of RenderKit in jakarta.faces.context
Methods in jakarta.faces.context that return RenderKitModifier and TypeMethodDescriptionabstract RenderKitFacesContext.getRenderKit()Return theRenderKitinstance for the render kit identifier specified on ourUIViewRoot, if there is one.FacesContextWrapper.getRenderKit()The default behavior of this method is to callFacesContext.getRenderKit()on the wrappedFacesContextobject. -
Uses of RenderKit in jakarta.faces.render
Subclasses of RenderKit in jakarta.faces.renderModifier and TypeClassDescriptionclassMethods in jakarta.faces.render that return RenderKitModifier and TypeMethodDescriptionabstract RenderKitRenderKitFactory.getRenderKit(FacesContext context, String renderKitId) Return aRenderKitinstance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specifiedFacesContext, if non-null.RenderKitWrapper.getWrapped()Methods in jakarta.faces.render with parameters of type RenderKitModifier and TypeMethodDescriptionabstract voidRenderKitFactory.addRenderKit(String renderKitId, RenderKit renderKit) Register the specifiedRenderKitinstance, associated with the specifiedrenderKitId, to be supported by thisRenderKitFactory, replacing any previously registeredRenderKitfor this identifier.Constructors in jakarta.faces.render with parameters of type RenderKitModifierConstructorDescriptionRenderKitWrapper(RenderKit wrapped) If this render kit has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.