Class FlowableElContext
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELContext
org.flowable.common.engine.impl.el.FlowableElContext
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ELResolverprotected ExpressionFactoryprotected FlowableFunctionResolver -
Constructor Summary
ConstructorsConstructorDescriptionFlowableElContext(ELResolver elResolver, FlowableFunctionResolver functionResolver, ExpressionFactory expressionFactory) -
Method Summary
Methods inherited from class ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getExpressionFactory, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Field Details
-
elResolver
-
functionResolver
-
expressionFactory
-
-
Constructor Details
-
FlowableElContext
public FlowableElContext(ELResolver elResolver, FlowableFunctionResolver functionResolver, ExpressionFactory expressionFactory)
-
-
Method Details
-
getELResolver
- Specified by:
getELResolverin classELContext
-
getFunctionMapper
- Specified by:
getFunctionMapperin classELContext
-
getVariableMapper
- Specified by:
getVariableMapperin classELContext
-
getDefaultExpressionFactory
- Overrides:
getDefaultExpressionFactoryin classELContext
-