org.apache.jasper.el
public final class ELContextWrapper extends ELContext
Constructor Summary | |
---|---|
ELContextWrapper(ELContext target, FunctionMapper fnMapper) |
Method Summary | |
---|---|
Object | getContext(Class key) |
ELResolver | getELResolver() |
FunctionMapper | getFunctionMapper() |
Locale | getLocale() |
VariableMapper | getVariableMapper() |
boolean | isPropertyResolved() |
void | putContext(Class key, Object contextObject) |
void | setLocale(Locale locale) |
void | setPropertyResolved(boolean resolved) |