Package | Description |
---|---|
javax.faces.component | |
javax.faces.render |
Modifier and Type | Method and Description |
---|---|
protected Renderer |
UIComponentBase.getRenderer(FacesContext context) |
protected abstract Renderer |
UIComponent.getRenderer(FacesContext context)
Convenience method to return the
Renderer instance
associated with this component, if any; otherwise, return
null . |
Modifier and Type | Class and Description |
---|---|
class |
RendererWrapper
|
Modifier and Type | Method and Description |
---|---|
Renderer |
RenderKitWrapper.getRenderer(String family,
String rendererType)
The default behavior of this method is to
call
RenderKit.getRenderer(String, String)
on the wrapped RenderKit object. |
abstract Renderer |
RenderKit.getRenderer(String family,
String rendererType)
Return the
Renderer instance most recently registered for
the specified component family and
rendererType , if any; otherwise, return
null . |
Renderer |
RendererWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
void |
RenderKitWrapper.addRenderer(String family,
String rendererType,
Renderer renderer)
The default behavior of this method is to
call
RenderKit.addRenderer(String, String, Renderer)
on the wrapped RenderKit object. |
abstract void |
RenderKit.addRenderer(String family,
String rendererType,
Renderer renderer)
|
Constructor and Description |
---|
RendererWrapper(Renderer wrapped)
If this renderer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.