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
FieldsModifier and TypeFieldDescriptionprotected final javax.el.FunctionMapperprotected final javax.el.ELResolverprotected final javax.el.VariableMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ELResolverjavax.el.FunctionMapperjavax.el.VariableMapperMethods 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:
getELResolverin classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapperin classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapperin classjavax.el.ELContext
-