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.renderKits
Methods in com.sun.faces.renderkit that return RenderKitModifier and TypeMethodDescriptionstatic RenderKit
RenderKitUtils.getCurrentRenderKit
(FacesContext context) Return theRenderKit
for the current request.RenderKitFactoryImpl.getRenderKit
(FacesContext context, String renderKitId) Methods in com.sun.faces.renderkit with parameters of type RenderKitModifier and TypeMethodDescriptionvoid
RenderKitFactoryImpl.addRenderKit
(String renderKitId, RenderKit renderKit) -
Uses of RenderKit in jakarta.faces.context
Methods in jakarta.faces.context that return RenderKitModifier 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
Subclasses of RenderKit in jakarta.faces.renderModifier and TypeClassDescriptionclass
Methods in jakarta.faces.render that return RenderKitModifier 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()
Methods in jakarta.faces.render with parameters of type RenderKitModifier 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.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.