Class SpringProcessApplicationElResolver

java.lang.Object
org.camunda.bpm.engine.spring.application.SpringProcessApplicationElResolver
All Implemented Interfaces:
org.camunda.bpm.application.ProcessApplicationElResolver

public class SpringProcessApplicationElResolver extends Object implements org.camunda.bpm.application.ProcessApplicationElResolver

ProcessApplicationElResolver implementation providing support for the Spring Framework.

This implementation supports the following environments:

  • Bootstrapping through SpringProcessApplication. In this case the spring application context is retrieved from the SpringProcessApplication class.
  • Bootstrapping through ServletProcessApplication. In this case we have access to the ServletContext which allows accessing the web application's application context through the WebApplicationContextUtils class.

Limitation: The EjbProcessApplication is currently unsupported.

Author:
Daniel Meyer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.camunda.bpm.application.ProcessApplicationElResolver

    org.camunda.bpm.application.ProcessApplicationElResolver.ProcessApplicationElResolverSorter
  • Field Summary

    Fields inherited from interface org.camunda.bpm.application.ProcessApplicationElResolver

    CDI_RESOLVER, SPRING_RESOLVER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.impl.juel.jakarta.el.ELResolver
    getElResolver(org.camunda.bpm.application.AbstractProcessApplication processApplication)
     
     

    Methods inherited from class java.lang.Object

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

    • SpringProcessApplicationElResolver

      public SpringProcessApplicationElResolver()
  • Method Details

    • getPrecedence

      public Integer getPrecedence()
      Specified by:
      getPrecedence in interface org.camunda.bpm.application.ProcessApplicationElResolver
    • getElResolver

      public org.camunda.bpm.impl.juel.jakarta.el.ELResolver getElResolver(org.camunda.bpm.application.AbstractProcessApplication processApplication)
      Specified by:
      getElResolver in interface org.camunda.bpm.application.ProcessApplicationElResolver