org.apache.el.lang
Class EvaluationContext
java.lang.Object
   javax.el.ELContext
javax.el.ELContext
       org.apache.el.lang.EvaluationContext
org.apache.el.lang.EvaluationContext
- public final class EvaluationContext 
- extends javax.el.ELContext
| Constructor Summary | 
| EvaluationContext(javax.el.ELContext elContext,
                  javax.el.FunctionMapper fnMapper,
                  javax.el.VariableMapper varMapper)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EvaluationContext
public EvaluationContext(javax.el.ELContext elContext,
                         javax.el.FunctionMapper fnMapper,
                         javax.el.VariableMapper varMapper)
getELContext
public javax.el.ELContext getELContext()
- 
 
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- 
- Specified by:
- getFunctionMapperin class- javax.el.ELContext
 
- 
 
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- 
- Specified by:
- getVariableMapperin class- javax.el.ELContext
 
- 
 
getContext
public java.lang.Object getContext(java.lang.Class key)
- 
- Overrides:
- getContextin class- javax.el.ELContext
 
- 
 
getELResolver
public javax.el.ELResolver getELResolver()
- 
- Specified by:
- getELResolverin class- javax.el.ELContext
 
- 
 
isPropertyResolved
public boolean isPropertyResolved()
- 
- Overrides:
- isPropertyResolvedin class- javax.el.ELContext
 
- 
 
putContext
public void putContext(java.lang.Class key,
                       java.lang.Object contextObject)
- 
- Overrides:
- putContextin class- javax.el.ELContext
 
- 
 
setPropertyResolved
public void setPropertyResolved(boolean resolved)
- 
- Overrides:
- setPropertyResolvedin class- javax.el.ELContext
 
- 
 
getLocale
public java.util.Locale getLocale()
- 
- Overrides:
- getLocalein class- javax.el.ELContext
 
- 
 
setLocale
public void setLocale(java.util.Locale locale)
- 
- Overrides:
- setLocalein class- javax.el.ELContext
 
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.