public class SpringProcessApplicationElResolver extends Object implements ProcessApplicationElResolver
ProcessApplicationElResolver implementation providing support for the Spring Framework.
This implementation supports the following environments:
SpringProcessApplication. In this case the spring application context
is retrieved from the SpringProcessApplication class.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.
ProcessApplicationElResolver.ProcessApplicationElResolverSorterCDI_RESOLVER, SPRING_RESOLVER| Constructor and Description |
|---|
SpringProcessApplicationElResolver() |
| Modifier and Type | Method and Description |
|---|---|
ELResolver |
getElResolver(AbstractProcessApplication processApplication) |
Integer |
getPrecedence() |
public Integer getPrecedence()
getPrecedence in interface ProcessApplicationElResolverpublic ELResolver getElResolver(AbstractProcessApplication processApplication)
getElResolver in interface ProcessApplicationElResolverCopyright © 2013–2021 camunda services GmbH. All rights reserved.