public class ConfigELContext extends ELContext
| Modifier and Type | Field and Description |
|---|---|
static ConfigELContext |
EL_CONTEXT |
| Constructor and Description |
|---|
ConfigELContext()
Creates the resolver
|
ConfigELContext(ELResolver resolver)
Creates the resolver
|
| Modifier and Type | Method and Description |
|---|---|
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
java.lang.String |
toString() |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolvedpublic static final ConfigELContext EL_CONTEXT
public ConfigELContext()
public ConfigELContext(ELResolver resolver)
public ELResolver getELResolver()
getELResolver in class ELContextpublic FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextpublic java.lang.String toString()
toString in class java.lang.Object