Interface ElContextFactory
-
- All Known Implementing Classes:
FeelElContextFactory
public interface ElContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCustomFunction(String name, Method method)Add a custom function which can be used by the context.javax.el.ELContextcreateContext(javax.el.ExpressionFactory expressionFactory, org.camunda.bpm.engine.variable.context.VariableContext variableContext)Create aELContextfor the givenExpressionFactoryandVariableContext.
-
-
-
Method Detail
-
createContext
javax.el.ELContext createContext(javax.el.ExpressionFactory expressionFactory, org.camunda.bpm.engine.variable.context.VariableContext variableContext)Create aELContextfor the givenExpressionFactoryandVariableContext.- Parameters:
expressionFactory- theExpressionFactoryto usevariableContext- theVariableContextto use- Returns:
- the
ELContextinstance
-
-