Package org.camunda.bpm.engine.impl.el
Class ProcessEngineElContext
java.lang.Object
ELContext
org.camunda.bpm.engine.impl.el.ProcessEngineElContext
public class ProcessEngineElContext
extends ELContext
ELContext
used by the process engine.- Author:
- Joram Barrez, Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ELResolver
protected FunctionMapper
-
Constructor Summary
ConstructorDescriptionProcessEngineElContext
(FunctionMapper functionMapper) ProcessEngineElContext
(FunctionMapper functionMapper, ELResolver elResolver) -
Method Summary
Modifier and TypeMethodDescriptionELResolver
FunctionMapper
VariableMapper
-
Field Details
-
elResolver
protected ELResolver elResolver -
functionMapper
protected FunctionMapper functionMapper
-
-
Constructor Details
-
ProcessEngineElContext
public ProcessEngineElContext(FunctionMapper functionMapper, ELResolver elResolver) -
ProcessEngineElContext
public ProcessEngineElContext(FunctionMapper functionMapper)
-
-
Method Details
-
getELResolver
public ELResolver getELResolver() -
getFunctionMapper
public FunctionMapper getFunctionMapper() -
getVariableMapper
public VariableMapper getVariableMapper()
-