Class SpringServiceRegistryExpressionManager

java.lang.Object
org.flowable.common.engine.impl.el.DefaultExpressionManager
com.flowable.serviceregistry.engine.impl.expression.ServiceRegistryExpressionManager
com.flowable.serviceregistry.engine.impl.expression.SpringServiceRegistryExpressionManager
All Implemented Interfaces:
org.flowable.common.engine.impl.el.ExpressionManager

public class SpringServiceRegistryExpressionManager
extends ServiceRegistryExpressionManager
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.springframework.context.ApplicationContext applicationContext  

    Fields inherited from class org.flowable.common.engine.impl.el.DefaultExpressionManager

    astFunctionCreators, beans, expressionCache, expressionFactory, expressionTextLengthCacheLimit, functionDelegates, parsingElContext
  • Constructor Summary

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

    Modifier and Type Method Description
    protected org.flowable.common.engine.impl.javax.el.ELResolver createElResolver​(org.flowable.common.engine.api.variable.VariableContainer variableContainer)  

    Methods inherited from class com.flowable.serviceregistry.engine.impl.expression.ServiceRegistryExpressionManager

    createVariableElResolver

    Methods inherited from class org.flowable.common.engine.impl.el.DefaultExpressionManager

    configureResolvers, createBeanElResolver, createExpression, createJuelExpression, getAstFunctionCreators, getBeans, getElContext, getExpressionCache, getExpressionTextLengthCacheLimit, getFunctionDelegates, isCacheEnabled, setAstFunctionCreators, setBeans, setExpressionCache, setExpressionFactory, setExpressionTextLengthCacheLimit, setFunctionDelegates

    Methods inherited from class java.lang.Object

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

    • applicationContext

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

    • SpringServiceRegistryExpressionManager

      public SpringServiceRegistryExpressionManager​(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 Details

    • createElResolver

      protected org.flowable.common.engine.impl.javax.el.ELResolver createElResolver​(org.flowable.common.engine.api.variable.VariableContainer variableContainer)
      Overrides:
      createElResolver in class org.flowable.common.engine.impl.el.DefaultExpressionManager