ch.elca.el4j.core.context
Interface ModuleApplicationContextCreationListener


public interface ModuleApplicationContextCreationListener

Listener used to intercept the creation of the module application context.

Author:
Martin Zeltner (MZE)
File-location:
ModuleApplicationContextCreationListener
Last check-in date:
2010-12-21 11:08:04 +0100 (Di, 21. Dez 2010) by swismer for revision 4253

Method Summary
 void finishRefresh(ModuleApplicationContext context)
          Will be invoked as last step after refresh of the module application context.
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
          Will be invoked right after the creation of the bean factory of the module application context.
 

Method Detail

postProcessBeanFactory

void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
Will be invoked right after the creation of the bean factory of the module application context.

Parameters:
beanFactory - Is the module application context's bean factory.

finishRefresh

void finishRefresh(ModuleApplicationContext context)
Will be invoked as last step after refresh of the module application context.

Parameters:
context - Is the refreshed module application context.


Copyright © 2005-2011 ELCA. All Rights Reserved.