|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Nested Class Summary | |
---|---|
static class |
ProcessApplicationElResolver.ProcessApplicationElResolverSorter
Comparator used for sorting providers |
Field Summary | |
---|---|
static int |
CDI_RESOLVER
|
static int |
SPRING_RESOLVER
|
Method Summary | |
---|---|
ELResolver |
getElResolver(AbstractProcessApplication processApplication)
return the Resolver. |
Integer |
getPrecedence()
Allows to set a precedence to the ElResolver. |
Field Detail |
---|
static final int SPRING_RESOLVER
static final int CDI_RESOLVER
Method Detail |
---|
Integer getPrecedence()
ELResolver getElResolver(AbstractProcessApplication processApplication)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |