| Package | Description | 
|---|---|
| javax.faces.context | |
| javax.faces.render | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RenderKit | FacesContext. getRenderKit() | 
| RenderKit | FacesContextWrapper. getRenderKit() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RenderKitWrapper
   Provides a simple implementation of RenderKit that can be subclassed by developers wishing 
   to provide specialized behavior to an existing RenderKit instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RenderKit | RenderKitFactory. getRenderKit(FacesContext context,
            String renderKitId) | 
| RenderKit | RenderKitWrapper. getWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | RenderKitFactory. addRenderKit(String renderKitId,
            RenderKit renderKit) | 
| Constructor and Description | 
|---|
| RenderKitWrapper(RenderKit delegate) | 
Copyright © 2025 The Apache Software Foundation. All rights reserved.