public class RenderKitBean extends ObjectBean
| Constructor and Description |
|---|
RenderKitBean()
Creates a new RenderKitBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRenderer(RendererBean renderer)
Adds a renderer to this render kit.
|
protected void |
attach(FacesConfigBean owner)
Attaches the component and all event references.
|
RendererBean |
findRenderer(String componentFamily,
String rendererType)
Returns the renderer for this component family and renderer type.
|
String |
getRenderKitId()
Returns the render kit id type for this component.
|
boolean |
hasRenderers()
Returns true if this render kit has any renderers.
|
Iterator |
renderers()
Returns an iterator for all renderers in this render kit.
|
void |
setRenderKitId(String renderKitId)
Sets the render kit id for this component.
|
getOwner, isModifiedSincepublic void setRenderKitId(String renderKitId)
renderKitId - the render kit idpublic String getRenderKitId()
public void addRenderer(RendererBean renderer)
renderer - the renderer to addpublic RendererBean findRenderer(String componentFamily, String rendererType)
componentFamily - the component familyrendererType - the renderer typepublic boolean hasRenderers()
public Iterator renderers()
protected void attach(FacesConfigBean owner)
attach in class ObjectBeanowner - the faces config ownerCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.