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
Fields Modifier and Type Field Description protected javax.el.FunctionMapper
functionMapper
protected javax.el.ELResolver
resolver
protected javax.el.VariableMapper
variableMapper
-
Constructor Summary
Constructors Constructor Description ExpressionContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ELResolver
getELResolver()
javax.el.FunctionMapper
getFunctionMapper()
javax.el.VariableMapper
getVariableMapper()
-
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
-
-
-
-
Method Detail
-
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
-
-