org.camunda.bpm.dmn.feel.impl.juel.el
Class FeelElContextFactory

java.lang.Object
  extended by org.camunda.bpm.dmn.feel.impl.juel.el.FeelElContextFactory
All Implemented Interfaces:
ElContextFactory

public class FeelElContextFactory
extends Object
implements ElContextFactory


Constructor Summary
FeelElContextFactory()
           
 
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.
 javax.el.ELResolver createElResolver()
           
 javax.el.FunctionMapper createFunctionMapper()
           
 javax.el.VariableMapper createVariableMapper(javax.el.ExpressionFactory expressionFactory, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeelElContextFactory

public FeelElContextFactory()
Method Detail

createContext

public javax.el.ELContext createContext(javax.el.ExpressionFactory expressionFactory,
                                        org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Description copied from interface: ElContextFactory
Create a ELContext for the given ExpressionFactory and VariableContext.

Specified by:
createContext in interface ElContextFactory
Parameters:
expressionFactory - the ExpressionFactory to use
variableContext - the VariableContext to use
Returns:
the ELContext instance

createElResolver

public javax.el.ELResolver createElResolver()

createFunctionMapper

public javax.el.FunctionMapper createFunctionMapper()

createVariableMapper

public javax.el.VariableMapper createVariableMapper(javax.el.ExpressionFactory expressionFactory,
                                                    org.camunda.bpm.engine.variable.context.VariableContext variableContext)


Copyright © 2016 camunda services GmbH. All rights reserved.