public class SpringExpressionManager extends ProcessExpressionManager
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 |
delegateInterceptorbeans, expressionFactory, functionDelegates, parsingElContext| Constructor and Description |
|---|
SpringExpressionManager(org.springframework.context.ApplicationContext applicationContext,
Map<Object,Object> beans) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.engine.common.impl.javax.el.ELResolver |
createElResolver(org.flowable.engine.common.api.variable.VariableContainer variableContainer) |
configureResolvers, createJuelExpression, createVariableElResolvergetElContextcreateBeanElResolver, createExpression, getBeans, getFunctionDelegates, setBeans, setExpressionFactory, setFunctionDelegatesprotected org.springframework.context.ApplicationContext applicationContext
public SpringExpressionManager(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.protected org.flowable.engine.common.impl.javax.el.ELResolver createElResolver(org.flowable.engine.common.api.variable.VariableContainer variableContainer)
createElResolver in class org.flowable.engine.common.impl.el.DefaultExpressionManagerCopyright © 2017 Flowable. All rights reserved.