Package | Description |
---|---|
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
javax.faces.render |
Classes
and interfaces
defining the rendering model.
|
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 . |
abstract 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. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.