| Package | Description |
|---|---|
| javax.faces.context | |
| javax.faces.render |
| Modifier and Type | Method and Description |
|---|---|
RenderKit |
FacesContextWrapper.getRenderKit()
The default behavior of this method is to
call
FacesContext.getRenderKit()
on the wrapped FacesContext object. |
abstract RenderKit |
FacesContext.getRenderKit()
Return the
RenderKit instance for the render kit identifier
specified on our UIViewRoot, if there is one. |
| Modifier and Type | Class and Description |
|---|---|
class |
RenderKitWrapper
|
| Modifier and Type | Method and Description |
|---|---|
abstract RenderKit |
RenderKitFactory.getRenderKit(FacesContext context,
String renderKitId)
Return a
RenderKit instance for the specified render
kit identifier, possibly customized based on dynamic
characteristics of the specified FacesContext, if
non-null. |
RenderKit |
RenderKitWrapper.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RenderKitFactory.addRenderKit(String renderKitId,
RenderKit renderKit)
Register the specified
RenderKit instance, associated with
the specified renderKitId, to be supported by this
RenderKitFactory, replacing any previously registered
RenderKit for this identifier. |
| Constructor and 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. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.