Class SpringConfigurationPostProcessor

java.lang.Object
org.openehealth.ipf.commons.spring.core.config.SpringConfigurationPostProcessor
All Implemented Interfaces:
EventListener, ApplicationListener<ContextRefreshedEvent>

public class SpringConfigurationPostProcessor extends Object implements ApplicationListener<ContextRefreshedEvent>
Spring Listener which holds the instances of all OrderedConfigurer. These instances are collected from the Spring context on a ContextRefreshedEvent.
Author:
Boris Stanojevic