javax.el
Class ELContext
java.lang.Object
javax.el.ELContext
- Direct Known Subclasses:
- CandiELContext, ConfigELContext, ELContextAdapter, EnvironmentContext, ExpressionEvaluatorImpl.ParseELContext, JspGenELContext, RewriteELContext, ServletELContext
public abstract class ELContext
- extends java.lang.Object
ELContext a context for EL resolution.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELContext
public ELContext()
getContext
public java.lang.Object getContext(java.lang.Class key)
putContext
public void putContext(java.lang.Class key,
java.lang.Object contextObject)
getELResolver
public abstract ELResolver getELResolver()
getFunctionMapper
public abstract FunctionMapper getFunctionMapper()
getLocale
public java.util.Locale getLocale()
getVariableMapper
public abstract VariableMapper getVariableMapper()
isPropertyResolved
public boolean isPropertyResolved()
setLocale
public void setLocale(java.util.Locale locale)
setPropertyResolved
public void setPropertyResolved(boolean resolved)