-
Return the
RenderKit
instance for the render kit identifier specified on our
UIViewRoot
, if there is
one.
-
class
Provides a simple implementation of
RenderKit
that can be
subclassed by developers wishing to provide specialized behavior to an existing
RenderKit
instance.
Return a
RenderKit
instance for the specified render kit identifier, possibly customized based on dynamic
characteristics of the specified
FacesContext
, if non-
null
.
abstract void
Register the specified
RenderKit
instance, associated with the specified
renderKitId
, to be
supported by this
RenderKitFactory
, replacing any previously registered
RenderKit
for this
identifier.
If this render kit has been decorated, the implementation doing the decorating should push the implementation being
wrapped to this constructor.