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, setPropertyResolvedpublic 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.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextpublic Object getContext(Class key)
getContext in class javax.el.ELContextpublic javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic boolean isPropertyResolved()
isPropertyResolved in class javax.el.ELContextpublic void putContext(Class key, Object contextObject)
putContext in class javax.el.ELContextpublic void setPropertyResolved(boolean resolved)
setPropertyResolved in class javax.el.ELContextCopyright © 2019 Nuxeo. All rights reserved.