public class ELContextImpl
extends ELContext
Constructor and Description |
---|
ELContextImpl(ELResolver resolver)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(FunctionMapper functionMapper)
Sets the function mapper to use.
|
void |
setVariableMapper(VariableMapper variableMapper)
Sets the variable mapper to use.
|
public ELContextImpl(ELResolver resolver)
resolver
- The resolver to use.public ELResolver getELResolver()
public FunctionMapper getFunctionMapper()
public VariableMapper getVariableMapper()
public void setFunctionMapper(FunctionMapper functionMapper)
functionMapper
- The function mapper.public void setVariableMapper(VariableMapper variableMapper)
variableMapper
- The variable mapper.