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.ProcessApplicationElResolverSorter
CDI_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()
ProcessApplicationElResolver
getPrecedence
in interface ProcessApplicationElResolver
public ELResolver getElResolver(AbstractProcessApplication processApplication)
ProcessApplicationElResolver
getElResolver
in interface ProcessApplicationElResolver
Copyright © 2015. All rights reserved.