Class CdiExpressionManager

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

public class CdiExpressionManager extends org.camunda.bpm.engine.impl.el.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
  • Field Summary

    Fields inherited from class org.camunda.bpm.engine.impl.el.JuelExpressionManager

    beans, elProvider, elResolver, expressionFactory, functionMapper, functions, initialized, parsingElContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.camunda.bpm.impl.juel.jakarta.el.ELResolver
     

    Methods inherited from class org.camunda.bpm.engine.impl.el.JuelExpressionManager

    addFunction, createElContext, createElContext, createElProvider, createExpression, createFunctionMapper, createValueExpression, ensureInitialized, getElContext, setExpressionFactory, toElProvider

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CdiExpressionManager

      public CdiExpressionManager()
  • Method Details

    • createElResolver

      protected org.camunda.bpm.impl.juel.jakarta.el.ELResolver createElResolver()
      Overrides:
      createElResolver in class org.camunda.bpm.engine.impl.el.JuelExpressionManager