public interface ProcessApplicationElResolver
SPI interface that allows providing a custom ElResolver implementation.
Implementations of this interface are looked up through the Java SE ServiceLoader
facilities.
If you want to provide a custom implementation in your application, place a file named
META-INF/org.camunda.bpm.application.ProcessApplicationElResolver
inside your application
which contains the fully qualified classname of your implementation.
Modifier and Type | Interface and Description |
---|---|
static class |
ProcessApplicationElResolver.ProcessApplicationElResolverSorter
Comparator used for sorting providers
|
Modifier and Type | Field and Description |
---|---|
static int |
CDI_RESOLVER |
static int |
SPRING_RESOLVER |
Modifier and Type | Method and Description |
---|---|
ELResolver |
getElResolver(AbstractProcessApplication processApplication)
return the Resolver.
|
Integer |
getPrecedence()
Allows to set a precedence to the ElResolver.
|
static final int SPRING_RESOLVER
static final int CDI_RESOLVER
Integer getPrecedence()
ELResolver getElResolver(AbstractProcessApplication processApplication)
Copyright © 2015. All rights reserved.