public final class EvaluationContext extends ELContext
Constructor and Description |
---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper) |
Modifier and Type | Method and Description |
---|---|
Object |
getContext(Class key) |
ELContext |
getELContext() |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(Class key,
Object contextObject) |
void |
setPropertyResolved(boolean resolved) |
public EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
public ELContext getELContext()
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public Object getContext(Class key)
getContext
in class ELContext
public ELResolver getELResolver()
getELResolver
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
Copyright © 2013 Nuxeo SA. All Rights Reserved.