public class SpringServiceRegistryExpressionManager
extends org.flowable.common.engine.impl.el.DefaultExpressionManager
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
SpringServiceRegistryExpressionManager(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, getBeans, getElContext, getExpressionCache, getExpressionEnhancers, getExpressionTextLengthCacheLimit, getFunctionDelegates, isCacheEnabled, setBeans, setExpressionCache, setExpressionEnhancers, setExpressionFactory, setExpressionTextLengthCacheLimit, setFunctionDelegatesprotected org.springframework.context.ApplicationContext applicationContext
public SpringServiceRegistryExpressionManager(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 © 2019. All rights reserved.