|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.attribute.Attribute
com.caucho.config.attribute.EnvironmentAttribute<T>
public class EnvironmentAttribute<T>
Constructor Summary | |
---|---|
EnvironmentAttribute(ConfigType<T> type)
|
Method Summary | |
---|---|
java.lang.Object |
create(java.lang.Object parent,
QName name)
Creates the child bean. |
ConfigType<T> |
getConfigType()
Returns the config type of the attribute value. |
boolean |
isAllowText()
True if it allows text. |
void |
setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute |
void |
setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute |
Methods inherited from class com.caucho.config.attribute.Attribute |
---|
create, getType, isAllowInline, isAssignableFrom, isAssignableFrom, isBean, isConfigurable, isEL, isInlineType, isNode, isProgram, isSetter, replaceObject, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentAttribute(ConfigType<T> type)
Method Detail |
---|
public ConfigType<T> getConfigType()
getConfigType
in class Attribute
public boolean isAllowText()
Attribute
isAllowText
in class Attribute
public void setText(java.lang.Object bean, QName name, java.lang.String value) throws ConfigException
setText
in class Attribute
ConfigException
public void setValue(java.lang.Object bean, QName name, java.lang.Object value) throws ConfigException
setValue
in class Attribute
ConfigException
public java.lang.Object create(java.lang.Object parent, QName name) throws ConfigException
create
in class Attribute
ConfigException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |