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() |
public static final ConfigELContext EL_CONTEXT