|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.config.beans.FeatureBean
com.sun.faces.config.beans.RendererBean
public class RendererBean
Configuration bean for <renderer> element.
Field Summary | |
---|---|
boolean |
bodyTag
|
Constructor Summary | |
---|---|
RendererBean()
|
Method Summary | |
---|---|
void |
addAttribute(AttributeBean descriptor)
Add the specified attribute descriptor, replacing any existing descriptor for this attribute name. |
AttributeBean |
getAttribute(String name)
Return the attribute descriptor for the specified attribute name, if any; otherwise, return null . |
AttributeBean[] |
getAttributes()
Return the descriptors of all attributes for which descriptors have been registered, or an empty array if none have been registered. |
String |
getComponentFamily()
|
String |
getExcludeAttributes()
|
String |
getRendererClass()
|
String |
getRendererType()
|
String |
getTagName()
|
boolean |
isBodyTag()
|
boolean |
isIgnoreAll()
|
boolean |
isIgnoreForJsp()
|
boolean |
isRendersChildren()
|
void |
removeAttribute(AttributeBean descriptor)
Deregister the specified attribute descriptor, if it is registered. |
void |
setBodyTag(boolean bodyTag)
|
void |
setComponentFamily(String componentFamily)
|
void |
setExcludeAttributes(String newExcludeAttributes)
|
void |
setIgnoreAll(boolean ignoreAll)
|
void |
setIgnoreForJsp(boolean notForJsp)
|
void |
setRendererClass(String rendererClass)
|
void |
setRendererType(String rendererType)
|
void |
setRendersChildren(boolean rendersChildren)
|
void |
setTagName(String tagName)
|
Methods inherited from class com.sun.faces.config.beans.FeatureBean |
---|
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean bodyTag
Constructor Detail |
---|
public RendererBean()
Method Detail |
---|
public String getComponentFamily()
public void setComponentFamily(String componentFamily)
public String getRendererClass()
public void setRendererClass(String rendererClass)
public String getRendererType()
public void setRendererType(String rendererType)
public boolean isRendersChildren()
public void setRendersChildren(boolean rendersChildren)
public String getExcludeAttributes()
public void setExcludeAttributes(String newExcludeAttributes)
public boolean isIgnoreForJsp()
public void setIgnoreForJsp(boolean notForJsp)
public boolean isIgnoreAll()
public void setIgnoreAll(boolean ignoreAll)
public boolean isBodyTag()
public void setBodyTag(boolean bodyTag)
public String getTagName()
public void setTagName(String tagName)
public void addAttribute(AttributeBean descriptor)
AttributeHolder
Add the specified attribute descriptor, replacing any existing descriptor for this attribute name.
addAttribute
in interface AttributeHolder
descriptor
- Descriptor to be addedpublic AttributeBean getAttribute(String name)
AttributeHolder
Return the attribute descriptor for the specified attribute name,
if any; otherwise, return null
.
getAttribute
in interface AttributeHolder
name
- Name of the attribute for which to retrieve a descriptorpublic AttributeBean[] getAttributes()
AttributeHolder
Return the descriptors of all attributes for which descriptors have been registered, or an empty array if none have been registered.
getAttributes
in interface AttributeHolder
public void removeAttribute(AttributeBean descriptor)
AttributeHolder
Deregister the specified attribute descriptor, if it is registered.
removeAttribute
in interface AttributeHolder
descriptor
- Descriptor to be removed
|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |