Package org.nuxeo.ecm.platform.el
Class ExpressionContext
java.lang.Object
javax.el.ELContext
org.nuxeo.ecm.platform.el.ExpressionContext
- Direct Known Subclasses:
ExtendedInfoContext
public class ExpressionContext
extends javax.el.ELContext
-
Field Summary
Modifier and TypeFieldDescriptionprotected final javax.el.FunctionMapper
protected final javax.el.ELResolver
protected final javax.el.VariableMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ELResolver
javax.el.FunctionMapper
javax.el.VariableMapper
Methods inherited from class javax.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Field Details
-
resolver
protected final javax.el.ELResolver resolver -
functionMapper
protected final javax.el.FunctionMapper functionMapper -
variableMapper
protected final javax.el.VariableMapper variableMapper
-
-
Constructor Details
-
ExpressionContext
public ExpressionContext()
-
-
Method Details
-
getELResolver
public javax.el.ELResolver getELResolver()- Specified by:
getELResolver
in classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapper
in classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapper
in classjavax.el.ELContext
-