|
||||||||||
| 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.ArrayType
public class ArrayType
Represents an array of values for configuration.
| Constructor Summary | |
|---|---|
ArrayType(ConfigType componentType,
java.lang.Class componentClass)
|
|
| 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.Object |
replaceObject(java.lang.Object value)
Replaces the object. |
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, getContentProgramAttribute, getProgramAttribute, getTypeName, init, inject, introspect, isBean, isEL, isNode, isNoTrim, isProgram, valueOf, valueOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayType(ConfigType componentType,
java.lang.Class componentClass)
| Method Detail |
|---|
public java.lang.Class getType()
getType in class ConfigTypepublic java.lang.Object create(java.lang.Object parent)
create in class ConfigTypepublic Attribute getAttribute(QName name)
getAttribute in class ConfigTypepublic java.lang.Object replaceObject(java.lang.Object value)
replaceObject in class ConfigTypepublic java.lang.Object valueOf(java.lang.String text)
valueOf in class ConfigTypepublic java.lang.String toString()
toString in class ConfigType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||