public class ELContextImpl
extends ELContext
javax.el.ELContext
.
ELContext's constructor is protected to control creation of ELContext
objects through their appropriate factory methods. This version of
ELContext forces construction through JspApplicationContextImpl.Constructor and Description |
---|
ELContextImpl(ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(FunctionMapper fnMapper) |
void |
setVariableMapper(VariableMapper varMapper) |
public ELContextImpl(ELResolver resolver)
public ELResolver getELResolver()
public void setFunctionMapper(FunctionMapper fnMapper)
public FunctionMapper getFunctionMapper()
public void setVariableMapper(VariableMapper varMapper)
public VariableMapper getVariableMapper()