|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.type.ConfigType<Expr>
com.caucho.config.type.ExprType
public final class ExprType
Represents a String type.
Field Summary | |
---|---|
static ExprType |
TYPE
|
Method Summary | |
---|---|
ConfigELContext |
getELContext()
Returns the variable resolver. |
java.lang.Class<Expr> |
getType()
Returns the Java type. |
boolean |
isEL()
Return true for EL |
boolean |
isNoTrim()
Return true for non-trim. |
java.lang.Object |
valueOf(java.lang.String text)
Converts the string to a value of the type. |
Methods inherited from class com.caucho.config.type.ConfigType |
---|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, create, createType, getAddAttribute, getAddBeanAttribute, getAttribute, getComponentType, getConstructor, getContentProgramAttribute, getDefaultAttribute, getProgramAttribute, getType, getTypeName, init, inject, introspect, isArray, isBean, isConstructableFromString, isEnvBean, isInlineType, isNode, isProgram, isQualifier, isReplace, replaceObject, setEnvBean, setProperty, toString, valueOf, valueOf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ExprType TYPE
Method Detail |
---|
public java.lang.Class<Expr> getType()
getType
in class ConfigType<Expr>
public boolean isNoTrim()
isNoTrim
in class ConfigType<Expr>
public boolean isEL()
isEL
in class ConfigType<Expr>
public java.lang.Object valueOf(java.lang.String text)
valueOf
in class ConfigType<Expr>
public ConfigELContext getELContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |