public abstract class ELContext
extends java.lang.Object
| Constructor and Description | 
|---|
| ELContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getContext(java.lang.Class key)Obtain the context object for the given key. | 
| abstract ELResolver | getELResolver() | 
| abstract FunctionMapper | getFunctionMapper() | 
| java.util.Locale | getLocale() | 
| abstract 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 void setPropertyResolved(boolean resolved)
public boolean isPropertyResolved()
public void putContext(java.lang.Class key,
              java.lang.Object contextObject)
key - The key under which to store the objectcontextObject - The object to addjava.lang.NullPointerException - If the supplied key or context is nullpublic java.lang.Object getContext(java.lang.Class key)
key - The key of the required context objectjava.lang.NullPointerException - If the supplied key is nullpublic abstract ELResolver getELResolver()
public abstract FunctionMapper getFunctionMapper()
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
public abstract VariableMapper getVariableMapper()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.