|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.type.ConfigType
com.caucho.config.type.ListType
public class ListType
Represents an introspected bean type for configuration.
Constructor Summary | |
---|---|
ListType()
|
|
ListType(java.lang.Class<?> listClass)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.caucho.config.type.ConfigType |
---|
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, valueOf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListType()
public ListType(java.lang.Class<?> listClass)
Method Detail |
---|
public java.lang.Class<?> getType()
getType
in class ConfigType
public java.lang.String getTypeName()
ConfigType
getTypeName
in class ConfigType
public java.lang.Object create(java.lang.Object parent)
public Attribute getAttribute(QName name)
getAttribute
in class ConfigType
public java.lang.Object valueOf(java.lang.String text)
valueOf
in class ConfigType
public java.lang.String toString()
toString
in class ConfigType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |