public interface ElContextFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomFunction(String name,
Method method)
Add a custom function which can be used by the context.
|
javax.el.ELContext |
createContext(javax.el.ExpressionFactory expressionFactory,
VariableContext variableContext)
|
javax.el.ELContext createContext(javax.el.ExpressionFactory expressionFactory,
VariableContext variableContext)
expressionFactory - the ExpressionFactory to usevariableContext - the VariableContext to useELContext instanceCopyright © 2015–2021 camunda services GmbH. All rights reserved.