Uses of Class
jakarta.faces.render.RenderKit
-
Packages that use RenderKit Package Description com.sun.faces.config.initfacescontext com.sun.faces.context com.sun.faces.renderkit jakarta.faces.context Classes and interfaces defining per-request state information.jakarta.faces.render Classes and interfaces defining the rendering model. -
-
Uses of RenderKit in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return RenderKit Modifier and Type Method Description RenderKitNoOpFacesContext. getRenderKit() -
Uses of RenderKit in com.sun.faces.context
Methods in com.sun.faces.context that return RenderKit Modifier and Type Method Description RenderKitFacesContextImpl. getRenderKit() -
Uses of RenderKit in com.sun.faces.renderkit
Subclasses of RenderKit in com.sun.faces.renderkit Modifier and Type Class Description classRenderKitImplRenderKitImpl is a class ...Fields in com.sun.faces.renderkit with type parameters of type RenderKit Modifier and Type Field Description protected ConcurrentHashMap<String,RenderKit>RenderKitFactoryImpl. renderKitsMethods in com.sun.faces.renderkit that return RenderKit Modifier and Type Method Description static RenderKitRenderKitUtils. getCurrentRenderKit(FacesContext context)Return theRenderKitfor the current request.RenderKitRenderKitFactoryImpl. getRenderKit(FacesContext context, String renderKitId)Methods in com.sun.faces.renderkit with parameters of type RenderKit Modifier and Type Method Description voidRenderKitFactoryImpl. addRenderKit(String renderKitId, RenderKit renderKit) -
Uses of RenderKit in jakarta.faces.context
Methods in jakarta.faces.context that return RenderKit Modifier and Type Method Description abstract RenderKitFacesContext. getRenderKit()Return theRenderKitinstance for the render kit identifier specified on ourUIViewRoot, if there is one.RenderKitFacesContextWrapper. 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.render Modifier and Type Class Description classRenderKitWrapperMethods in jakarta.faces.render that return RenderKit Modifier and Type Method Description abstract 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.RenderKitRenderKitWrapper. getWrapped()Methods in jakarta.faces.render with parameters of type RenderKit Modifier and Type Method Description abstract 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 RenderKit Constructor Description RenderKitWrapper(RenderKit wrapped)If this render kit has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-