Uses of Class
jakarta.faces.render.RenderKit
Package
Description
-
Uses of RenderKit in com.sun.faces.config.initfacescontext
-
Uses of RenderKit in com.sun.faces.context
-
Uses of RenderKit in com.sun.faces.renderkit
Modifier and TypeFieldDescriptionprotected ConcurrentHashMap
<String, RenderKit> RenderKitFactoryImpl.renderKits
Modifier and TypeMethodDescriptionstatic RenderKit
RenderKitUtils.getCurrentRenderKit
(FacesContext context) Return theRenderKit
for the current request.RenderKitFactoryImpl.getRenderKit
(FacesContext context, String renderKitId) Modifier and TypeMethodDescriptionvoid
RenderKitFactoryImpl.addRenderKit
(String renderKitId, RenderKit renderKit) -
Uses of RenderKit in jakarta.faces.context
Modifier and TypeMethodDescriptionabstract RenderKit
FacesContext.getRenderKit()
Return theRenderKit
instance 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 wrappedFacesContext
object. -
Uses of RenderKit in jakarta.faces.render
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionabstract RenderKit
RenderKitFactory.getRenderKit
(FacesContext context, String renderKitId) Return aRenderKit
instance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specifiedFacesContext
, if non-null
.RenderKitWrapper.getWrapped()
Modifier and TypeMethodDescriptionabstract void
RenderKitFactory.addRenderKit
(String renderKitId, RenderKit renderKit) Register the specifiedRenderKit
instance, associated with the specifiedrenderKitId
, to be supported by thisRenderKitFactory
, replacing any previously registeredRenderKit
for this identifier.ModifierConstructorDescriptionRenderKitWrapper
(RenderKit wrapped) If this render kit has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.