| Package | Description |
|---|---|
| com.sun.faces.config.initfacescontext | |
| com.sun.faces.context | |
| com.sun.faces.renderkit | |
| javax.faces.context | |
| javax.faces.render |
| Modifier and Type | Method and Description |
|---|---|
RenderKit |
NoOpFacesContext.getRenderKit() |
| Modifier and Type | Method and Description |
|---|---|
RenderKit |
FacesContextImpl.getRenderKit() |
| Modifier and Type | Class and Description |
|---|---|
class |
RenderKitImpl
RenderKitImpl is a class ...
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,RenderKit> |
RenderKitFactoryImpl.renderKits |
| Modifier and Type | Method and Description |
|---|---|
static RenderKit |
RenderKitUtils.getCurrentRenderKit(FacesContext context)
Return the
RenderKit for the current request. |
RenderKit |
RenderKitFactoryImpl.getRenderKit(FacesContext context,
String renderKitId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderKitFactoryImpl.addRenderKit(String renderKitId,
RenderKit renderKit) |
| Modifier and Type | Method and Description |
|---|---|
abstract RenderKit |
FacesContext.getRenderKit()
Return the
RenderKit instance for the render kit identifier
specified on our UIViewRoot, if there is one. |
RenderKit |
FacesContextWrapper.getRenderKit()
The default behavior of this method is to
call
FacesContext.getRenderKit()
on the wrapped FacesContext object. |
| 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. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.