public class NodeType extends ConfigType
| Modifier and Type | Field and Description |
|---|---|
static ConfigType |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getType()
Returns the given type.
|
boolean |
isNode()
Handles DOM nodes.
|
java.lang.Object |
valueOf(java.lang.String text)
Converts the string to a value of the type.
|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, create, createType, getAddAttribute, getAddBeanAttribute, getAttribute, getComponentType, getConstructor, getContentProgramAttribute, getDefaultAttribute, getProgramAttribute, getType, getTypeName, init, inject, introspect, isArray, isBean, isConstructableFromString, isEL, isEnvBean, isInlineType, isNoTrim, isProgram, isQualifier, isReplace, replaceObject, setEnvBean, setProperty, toString, valueOf, valueOfpublic static final ConfigType TYPE
public java.lang.Class getType()
getType in class ConfigTypepublic boolean isNode()
isNode in class ConfigTypepublic java.lang.Object valueOf(java.lang.String text)
ConfigTypevalueOf in class ConfigType