Class SpringExpressionManager


  • public class SpringExpressionManager
    extends org.activiti.engine.impl.el.ExpressionManager
    ExpressionManager that exposes the full application-context or a limited set of beans in expressions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.springframework.context.ApplicationContext applicationContext  
      • Fields inherited from class org.activiti.engine.impl.el.ExpressionManager

        beans, expressionFactory, parsingElContext
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringExpressionManager​(org.springframework.context.ApplicationContext applicationContext, java.util.Map<java.lang.Object,​java.lang.Object> beans)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.el.ELResolver createElResolver​(org.activiti.engine.delegate.VariableScope variableScope)  
      • Methods inherited from class org.activiti.engine.impl.el.ExpressionManager

        createElContext, createExpression, getBeans, getElContext, getElContext, setBeans, setExpressionFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • applicationContext

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

      • SpringExpressionManager

        public SpringExpressionManager​(org.springframework.context.ApplicationContext applicationContext,
                                       java.util.Map<java.lang.Object,​java.lang.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 Detail

      • createElResolver

        protected javax.el.ELResolver createElResolver​(org.activiti.engine.delegate.VariableScope variableScope)
        Overrides:
        createElResolver in class org.activiti.engine.impl.el.ExpressionManager