public class SpringDmnExpressionManager
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 |
|---|
SpringDmnExpressionManager(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) |
org.springframework.context.ApplicationContext |
getApplicationContext() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
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 SpringDmnExpressionManager(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.common.engine.impl.javax.el.ELResolver createElResolver(org.flowable.common.engine.api.variable.VariableContainer variableContainer)
createElResolver in class org.flowable.common.engine.impl.el.DefaultExpressionManagerpublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Copyright © 2020 Flowable. All rights reserved.