public class SpringEventExpressionManager
extends org.flowable.common.engine.impl.el.DefaultExpressionManager
DefaultExpressionManager that exposes the full application-context or a limited set of beans in expressions.| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
SpringEventExpressionManager(org.springframework.context.ApplicationContext applicationContext,
Map<Object,Object> beans) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.common.engine.impl.javax.el.ELResolver |
createElResolver(org.flowable.common.engine.api.variable.VariableContainer variableContainer) |
configureResolvers, createBeanElResolver, createExpression, createJuelExpression, createVariableElResolver, getAstFunctionCreators, getBeans, getElContext, getExpressionCache, getExpressionTextLengthCacheLimit, getFunctionDelegates, isCacheEnabled, setAstFunctionCreators, setBeans, setExpressionCache, setExpressionFactory, setExpressionTextLengthCacheLimit, setFunctionDelegates, updateFunctionResolverprotected org.springframework.context.ApplicationContext applicationContext
public SpringEventExpressionManager(org.springframework.context.ApplicationContext applicationContext,
Map<Object,Object> beans)
applicationContext - the applicationContext to use. Ignored when 'beans' parameter is not null.beans - a map of custom beans to expose. If null, all beans in the application-context will be exposed.Copyright © 2020 Flowable. All rights reserved.