public final class EvaluationContext extends javax.el.ELContext
Constructor and Description |
---|
EvaluationContext(javax.el.ELContext elContext,
javax.el.FunctionMapper fnMapper,
javax.el.VariableMapper varMapper) |
Modifier and Type | Method and Description |
---|---|
Object |
getContext(Class key) |
javax.el.ELContext |
getELContext() |
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(Class key,
Object contextObject) |
void |
setPropertyResolved(boolean resolved) |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved
public EvaluationContext(javax.el.ELContext elContext, javax.el.FunctionMapper fnMapper, javax.el.VariableMapper varMapper)
public javax.el.ELContext getELContext()
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public Object getContext(Class key)
getContext
in class javax.el.ELContext
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public boolean isPropertyResolved()
isPropertyResolved
in class javax.el.ELContext
public void putContext(Class key, Object contextObject)
putContext
in class javax.el.ELContext
public void setPropertyResolved(boolean resolved)
setPropertyResolved
in class javax.el.ELContext
Copyright © 2019 Nuxeo. All rights reserved.