Package javax.el
Class ELContext
java.lang.Object
javax.el.ELContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContext(Class key) Obtain the context object for the given key.abstract ELResolverabstract FunctionMapperabstract VariableMapperbooleanvoidputContext(Class key, Object contextObject) Add an object to this EL context under the given key.voidvoidsetPropertyResolved(boolean resolved)
-
Constructor Details
-
ELContext
public ELContext()
-
-
Method Details
-
setPropertyResolved
public void setPropertyResolved(boolean resolved) -
isPropertyResolved
public boolean isPropertyResolved() -
putContext
Add an object to this EL context under the given key.- Parameters:
key- The key under which to store the objectcontextObject- The object to add- Throws:
NullPointerException- If the supplied key or context isnull
-
getContext
Obtain the context object for the given key.- Parameters:
key- The key of the required context object- Returns:
- The value of the context object associated with the given key
- Throws:
NullPointerException- If the supplied key isnull
-
getELResolver
-
getFunctionMapper
-
getLocale
-
setLocale
-
getVariableMapper
-