| java.lang.Object com.caucho.config.attribute.Attribute
All known Subclasses: com.caucho.config.attribute.EntryAttribute, com.caucho.config.attribute.ProgramAttribute, com.caucho.config.attribute.SetterAttribute, com.caucho.config.attribute.ListValueAttribute, com.caucho.config.attribute.PropertyAttribute, com.caucho.config.attribute.EnvironmentAttribute, com.caucho.config.attribute.TextAttribute, com.caucho.config.attribute.SetValueAttribute, com.caucho.config.attribute.CreateAttribute,
Attribute | abstract public class Attribute (Code) | | |
create | public Object create(Object parent) throws ConfigException(Code) | | Creates the child bean.
|
getConfigType | abstract public ConfigType getConfigType()(Code) | | Returns the config type of the attribute value.
|
isAllowText | public boolean isAllowText()(Code) | | True if it allows text.
|
isBean | public boolean isBean()(Code) | | Returns true for a bean-style attribute.
|
isEL | public boolean isEL()(Code) | | Returns true for an EL attribute.
|
isNode | public boolean isNode()(Code) | | Returns true for a node attribute.
|
isProgram | public boolean isProgram()(Code) | | Returns true for a program-style attribute.
|
setText | public void setText(Object bean, QName name, String value) throws ConfigException(Code) | | Sets the value of the attribute as text
|
setValue | abstract public void setValue(Object bean, QName name, Object value) throws ConfigException(Code) | | Sets the value of the attribute
|
|
|