public class MvelExecutionContextConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
contextConfigurationVariables |
protected Map<String,Method> |
parserConfiguration |
| Constructor and Description |
|---|
MvelExecutionContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContextConfigurationVariables(String key,
Object value) |
void |
addParserConfiguration(String methodPlaceHolder,
Method targetMethod) |
Map<String,Object> |
getContextConfigurationVariables() |
Map<String,Method> |
getParserConfiguration() |
void |
setParserConfiguration(Map<String,Method> parserConfiguration) |
Copyright © 2017 Flowable. All rights reserved.