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, setPropertyResolved
public static final ConfigELContext EL_CONTEXT
public ConfigELContext()
public ConfigELContext(ELResolver resolver)
public ELResolver getELResolver()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public java.lang.String toString()
toString
in class java.lang.Object