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.FunctionMapperfunctionMapperprotected javax.el.ELResolverresolverprotected javax.el.VariableMappervariableMapper
-
Constructor Summary
Constructors Constructor Description ExpressionContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ELResolvergetELResolver()javax.el.FunctionMappergetFunctionMapper()javax.el.VariableMappergetVariableMapper()-
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:
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
-
-