|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeBean | |
---|---|
org.apache.shale.clay.component.chain | |
org.apache.shale.clay.config.beans | |
org.apache.shale.clay.parser.builder |
Uses of AttributeBean in org.apache.shale.clay.component.chain |
---|
Methods in org.apache.shale.clay.component.chain that return AttributeBean | |
---|---|
AttributeBean |
ClayContext.getAttribute()
Gets the current attribute for each in AssignPropertiesCommand . |
Methods in org.apache.shale.clay.component.chain with parameters of type AttributeBean | |
---|---|
void |
ClayContext.setAttribute(AttributeBean attribute)
Sets the current attribute for each in AssignPropertiesCommand . |
Uses of AttributeBean in org.apache.shale.clay.config.beans |
---|
Methods in org.apache.shale.clay.config.beans that return AttributeBean | |
---|---|
AttributeBean |
ComponentBean.getAttribute(String key)
Returns a AttributeBean by the classes name property. |
AttributeBean |
AttributeBean.getIsAParent()
Returns a parent component that this component extends in terms of a meta relationship. |
Methods in org.apache.shale.clay.config.beans with parameters of type AttributeBean | |
---|---|
void |
ComponentBean.addAttribute(AttributeBean obj)
Adds a AttributeBean to the attributes Map collection where
the name property is the key identifier in the value pair relationship. |
protected void |
ComponentConfigBean.realizingInheritance(AttributeBean a)
This overload handles fixing up AttributeBean
inheritance. |
void |
AttributeBean.setIsAParent(AttributeBean bean)
Sets a parent component that this component extends in terms of a meta relationship. |
Uses of AttributeBean in org.apache.shale.clay.parser.builder |
---|
Methods in org.apache.shale.clay.parser.builder that return AttributeBean | |
---|---|
protected AttributeBean |
Builder.createAttribute(AttributeBean original,
String value,
ComponentBean target)
Factory method that creates a AttributeBean from the original
replacing the value . |
Methods in org.apache.shale.clay.parser.builder with parameters of type AttributeBean | |
---|---|
protected AttributeBean |
Builder.createAttribute(AttributeBean original,
String value,
ComponentBean target)
Factory method that creates a AttributeBean from the original
replacing the value . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |