Class ParsingElContext
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELContext
org.flowable.common.engine.impl.el.ParsingElContext
Simple implementation of the
ELContext used during parsings.
Currently this implementation does nothing, but a non-null implementation of the ELContext interface is required by the ExpressionFactory when create value- and methodexpressions.- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getDefaultExpressionFactory, getEvaluationListeners, getExpressionFactory, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Field Details
-
functionResolver
-
-
Constructor Details
-
ParsingElContext
-
-
Method Details
-
getELResolver
- Specified by:
getELResolverin classELContext
-
getFunctionMapper
- Specified by:
getFunctionMapperin classELContext
-
getVariableMapper
- Specified by:
getVariableMapperin classELContext
-