public final class ELContextWrapper
extends ELContext
Constructor and Description |
---|
ELContextWrapper(ELContext target,
FunctionMapper fnMapper) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContext(java.lang.Class key) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
java.util.Locale |
getLocale() |
VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(java.lang.Class key,
java.lang.Object contextObject) |
void |
setLocale(java.util.Locale locale) |
void |
setPropertyResolved(boolean resolved) |
public ELContextWrapper(ELContext target, FunctionMapper fnMapper)
public ELResolver getELResolver()
public FunctionMapper getFunctionMapper()
public VariableMapper getVariableMapper()
public java.lang.Object getContext(java.lang.Class key)
public java.util.Locale getLocale()
public boolean isPropertyResolved()
public void putContext(java.lang.Class key, java.lang.Object contextObject) throws java.lang.NullPointerException
java.lang.NullPointerException
public void setLocale(java.util.Locale locale)
public void setPropertyResolved(boolean resolved)