Example usage for Java javax.el ELContext fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getContext(@SuppressWarnings("rawtypes") Class key) Obtain the context object for the given key. |
ELResolver | getELResolver() |
FunctionMapper | getFunctionMapper() |
VariableMapper | getVariableMapper() |
void | putContext(@SuppressWarnings("rawtypes") Class key, Object contextObject) Add an object to this EL context under the given key. |
void | setPropertyResolved(boolean resolved) |