Class CdiExpressionManager

java.lang.Object
org.camunda.bpm.engine.impl.el.JuelExpressionManager
org.camunda.bpm.engine.cdi.CdiExpressionManager
All Implemented Interfaces:
ElProviderCompatible, ExpressionManager

public class CdiExpressionManager extends JuelExpressionManager
ExpressionManager for resolving Cdi-managed beans. This ExpressionManager implementation performs lazy lookup of the Cdi-BeanManager and can thus be configured using the spring-based configuration of the process engine:
 <property name="expressionManager">
      <bean class="org.camunda.bpm.engine.test.cdi.CdiExpressionManager" />
 </property>
 
Author:
Daniel Meyer
  • Constructor Details

    • CdiExpressionManager

      public CdiExpressionManager()
  • Method Details