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 theSpringProcessApplicationclass. - Bootstrapping through
ServletProcessApplication. In this case we have access to theServletContextwhich allows accessing the web application's application context through the WebApplicationContextUtils class.
Limitation: The
EjbProcessApplicationis currently unsupported.- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description SpringProcessApplicationElResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.bpm.engine.impl.javax.el.ELResolvergetElResolver(org.camunda.bpm.application.AbstractProcessApplication processApplication)IntegergetPrecedence()
-
-
-
Method Detail
-
getPrecedence
public Integer getPrecedence()
- Specified by:
getPrecedencein interfaceorg.camunda.bpm.application.ProcessApplicationElResolver
-
getElResolver
public org.camunda.bpm.engine.impl.javax.el.ELResolver getElResolver(org.camunda.bpm.application.AbstractProcessApplication processApplication)
- Specified by:
getElResolverin interfaceorg.camunda.bpm.application.ProcessApplicationElResolver
-
-