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()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public java.lang.Object getContext(java.lang.Class key)
getContext
in class ELContext
public boolean isPropertyResolved()
isPropertyResolved
in class ELContext
public void putContext(java.lang.Class key, java.lang.Object contextObject) throws java.lang.NullPointerException
putContext
in class ELContext
java.lang.NullPointerException
public void setPropertyResolved(boolean resolved)
setPropertyResolved
in class ELContext
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.