Class SpringExpressionManager

java.lang.Object
org.activiti.engine.impl.el.ExpressionManager
org.activiti.spring.SpringExpressionManager

public class SpringExpressionManager extends ExpressionManager
ExpressionManager that exposes the full application-context or a limited set of beans in expressions.
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • SpringExpressionManager

      public SpringExpressionManager(org.springframework.context.ApplicationContext applicationContext, Map<Object,Object> beans)
      Parameters:
      applicationContext - the applicationContext to use. Ignored when 'beans' parameter is not null.
      beans - a map of custom beans to expose. If null, all beans in the application-context will be exposed.
  • Method Details