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)return the Resolver. | 
| Integer | getPrecedence()Allows to set a precedence to the ElResolver. | 
public Integer getPrecedence()
ProcessApplicationElResolvergetPrecedence in interface ProcessApplicationElResolverpublic ELResolver getElResolver(AbstractProcessApplication processApplication)
ProcessApplicationElResolvergetElResolver in interface ProcessApplicationElResolverCopyright © 2018. All rights reserved.