public class RendererBean extends FeatureBean implements AttributeHolder
Configuration bean for <renderer> element.
| Modifier and Type | Field and Description |
|---|---|
boolean |
bodyTag |
| Constructor and Description |
|---|
RendererBean() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIconpublic 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)
AttributeHolderAdd the specified attribute descriptor, replacing any existing descriptor for this attribute name.
addAttribute in interface AttributeHolderdescriptor - Descriptor to be addedpublic AttributeBean getAttribute(String name)
AttributeHolderReturn the attribute descriptor for the specified attribute name,
if any; otherwise, return null.
getAttribute in interface AttributeHoldername - Name of the attribute for which to retrieve a descriptorpublic AttributeBean[] getAttributes()
AttributeHolderReturn the descriptors of all attributes for which descriptors have been registered, or an empty array if none have been registered.
getAttributes in interface AttributeHolderpublic void removeAttribute(AttributeBean descriptor)
AttributeHolderDeregister the specified attribute descriptor, if it is registered.
removeAttribute in interface AttributeHolderdescriptor - Descriptor to be removedCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.