org.camunda.bpm.engine.spring.application
Class SpringProcessApplicationElResolver

java.lang.Object
  extended by org.camunda.bpm.engine.spring.application.SpringProcessApplicationElResolver
All Implemented Interfaces:
ProcessApplicationElResolver

public class SpringProcessApplicationElResolver
extends Object
implements ProcessApplicationElResolver

ProcessApplicationElResolver implementation providing support for the Spring Framework.

This implementation supports the following environments:

Limitation: The EjbProcessApplication is currently unsupported.

Author:
Daniel Meyer

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.camunda.bpm.application.ProcessApplicationElResolver
ProcessApplicationElResolver.ProcessApplicationElResolverSorter
 
Field Summary
 
Fields inherited from interface org.camunda.bpm.application.ProcessApplicationElResolver
CDI_RESOLVER, SPRING_RESOLVER
 
Constructor Summary
SpringProcessApplicationElResolver()
           
 
Method Summary
 ELResolver getElResolver(AbstractProcessApplication processApplication)
           
 Integer getPrecedence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringProcessApplicationElResolver

public SpringProcessApplicationElResolver()
Method Detail

getPrecedence

public Integer getPrecedence()
Specified by:
getPrecedence in interface ProcessApplicationElResolver

getElResolver

public ELResolver getElResolver(AbstractProcessApplication processApplication)
Specified by:
getElResolver in interface ProcessApplicationElResolver


Copyright © 2017 camunda services GmbH. All rights reserved.