public final class ExprType extends ConfigType<Expr>
Modifier and Type | Method and Description |
---|---|
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.
|
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
public static final ExprType TYPE
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()