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)Obtain the context object for the given 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)Add an object to this EL context under the given key. | 
| void | setLocale(java.util.Locale locale) | 
| void | setPropertyResolved(boolean resolved) | 
public EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
public ELContext getELContext()
public FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextpublic java.lang.Object getContext(java.lang.Class key)
javax.el.ELContextgetContext in class ELContextkey - The key of the required context objectpublic ELResolver getELResolver()
getELResolver in class ELContextpublic boolean isPropertyResolved()
isPropertyResolved in class ELContextpublic void putContext(java.lang.Class key,
              java.lang.Object contextObject)
javax.el.ELContextputContext in class ELContextkey - The key under which to store the objectcontextObject - The object to addpublic void setPropertyResolved(boolean resolved)
setPropertyResolved in class ELContextCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.