org.camunda.bpm.dmn.feel.impl.juel.el
Interface ElContextFactory

All Known Implementing Classes:
FeelElContextFactory

public interface ElContextFactory


Method Summary
 javax.el.ELContext createContext(javax.el.ExpressionFactory expressionFactory, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
          Create a ELContext for the given ExpressionFactory and VariableContext.
 

Method Detail

createContext

javax.el.ELContext createContext(javax.el.ExpressionFactory expressionFactory,
                                 org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Create a ELContext for the given ExpressionFactory and VariableContext.

Parameters:
expressionFactory - the ExpressionFactory to use
variableContext - the VariableContext to use
Returns:
the ELContext instance


Copyright © 2016 camunda services GmbH. All rights reserved.