Uses of Class
jakarta.faces.render.RenderKit
Packages that use 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.