Class 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