| Package | Description |
|---|---|
| com.sun.faces.config.beans |
| Modifier and Type | Method and Description |
|---|---|
AttributeBean |
AttributeHolder.getAttribute(String name)
Return the attribute descriptor for the specified attribute name,
if any; otherwise, return
null. |
AttributeBean |
ComponentBean.getAttribute(String name) |
AttributeBean |
RendererBean.getAttribute(String name) |
AttributeBean |
ValidatorBean.getAttribute(String name) |
AttributeBean |
ConverterBean.getAttribute(String name) |
AttributeBean[] |
AttributeHolder.getAttributes()
Return the descriptors of all attributes for which descriptors have
been registered, or an empty array if none have been registered.
|
AttributeBean[] |
ComponentBean.getAttributes() |
AttributeBean[] |
RendererBean.getAttributes() |
AttributeBean[] |
ValidatorBean.getAttributes() |
AttributeBean[] |
ConverterBean.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeHolder.addAttribute(AttributeBean descriptor)
Add the specified attribute descriptor, replacing any existing
descriptor for this attribute name.
|
void |
ComponentBean.addAttribute(AttributeBean descriptor) |
void |
RendererBean.addAttribute(AttributeBean descriptor) |
void |
ValidatorBean.addAttribute(AttributeBean descriptor) |
void |
ConverterBean.addAttribute(AttributeBean descriptor) |
void |
AttributeHolder.removeAttribute(AttributeBean descriptor)
Deregister the specified attribute descriptor, if it is registered.
|
void |
ComponentBean.removeAttribute(AttributeBean descriptor) |
void |
RendererBean.removeAttribute(AttributeBean descriptor) |
void |
ValidatorBean.removeAttribute(AttributeBean descriptor) |
void |
ConverterBean.removeAttribute(AttributeBean descriptor) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.