public final class EvaluationContext
extends ELContext
Constructor and Description |
---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContext(java.lang.Class key) |
ELContext |
getELContext() |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
java.util.Locale |
getLocale() |
VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(java.lang.Class key,
java.lang.Object contextObject) |
void |
setLocale(java.util.Locale locale) |
void |
setPropertyResolved(boolean resolved) |
public EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
public ELContext getELContext()
public FunctionMapper getFunctionMapper()
public VariableMapper getVariableMapper()
public java.lang.Object getContext(java.lang.Class key)
public ELResolver getELResolver()
public boolean isPropertyResolved()
public void putContext(java.lang.Class key, java.lang.Object contextObject)
public void setPropertyResolved(boolean resolved)
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)