public class ELContextWrapper extends ELContext
Constructor and Description |
---|
ELContextWrapper() |
ELContextWrapper(ELContext wrapped) |
Modifier and Type | Method and Description |
---|---|
Object |
getContext(Class key) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
Locale |
getLocale() |
VariableMapper |
getVariableMapper() |
ELContext |
getWrapped() |
boolean |
isPropertyResolved() |
void |
putContext(Class key,
Object contextObject) |
void |
setLocale(Locale locale) |
void |
setPropertyResolved(boolean resolved) |
void |
setWrapped(ELContext wrapped) |
protected ELContext m_wrapped
public ELContextWrapper()
public ELContextWrapper(ELContext wrapped)
public ELResolver getELResolver()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public Object getContext(Class key)
getContext
in class ELContext
public boolean isPropertyResolved()
isPropertyResolved
in class ELContext
public void putContext(Class key, Object contextObject)
putContext
in class ELContext
public void setPropertyResolved(boolean resolved)
setPropertyResolved
in class ELContext
public ELContext getWrapped()
public void setWrapped(ELContext wrapped)