Class SpringRegistry

java.lang.Object
org.openehealth.ipf.commons.spring.core.config.SpringRegistry
All Implemented Interfaces:
Registry, Aware, BeanFactoryAware

public class SpringRegistry extends Object implements Registry, BeanFactoryAware
Class that bridges the Registry interface to a Spring ListableBeanFactory. You simply need to declare a Spring bean like this:

or, even easier, using the globalContext tag in the http://openehealth.org/schema/ipf-commons-core extension namespace:
     <ipf-commons-core:globalContext/>
 
Then the "stateful" Groovy Extension Modules will access the Spring registry.
Since:
2.5