public class ListType extends ConfigType
| Constructor and Description |
|---|
ListType() |
ListType(java.lang.Class<?> listClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create(java.lang.Object parent)
Creates a new instance
|
Attribute |
getAttribute(QName name)
Returns the attribute based on the given name.
|
java.lang.Class<?> |
getType()
Returns the given type.
|
java.lang.String |
getTypeName()
Returns a printable name of the type.
|
java.lang.String |
toString() |
java.lang.Object |
valueOf(java.lang.String text)
Converts the string to the given value.
|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, create, createType, getAddAttribute, getAddBeanAttribute, getComponentType, getConstructor, getContentProgramAttribute, getDefaultAttribute, getProgramAttribute, getType, init, inject, introspect, isArray, isBean, isConstructableFromString, isEL, isEnvBean, isInlineType, isNode, isNoTrim, isProgram, isQualifier, isReplace, replaceObject, setEnvBean, setProperty, valueOf, valueOfpublic ListType()
public ListType(java.lang.Class<?> listClass)
public java.lang.Class<?> getType()
getType in class ConfigTypepublic java.lang.String getTypeName()
ConfigTypegetTypeName in class ConfigTypepublic java.lang.Object create(java.lang.Object parent)
public Attribute getAttribute(QName name)
getAttribute in class ConfigTypepublic java.lang.Object valueOf(java.lang.String text)
valueOf in class ConfigTypepublic java.lang.String toString()
toString in class ConfigType