public final class ELContextWrapper extends ELContext
Constructor and Description |
---|
ELContextWrapper(ELContext target,
FunctionMapper fnMapper) |
Modifier and Type | Method and Description |
---|---|
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) |
public ELContextWrapper(ELContext target, FunctionMapper fnMapper)
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) throws NullPointerException
putContext
in class ELContext
NullPointerException
public void setPropertyResolved(boolean resolved)
setPropertyResolved
in class ELContext
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.