public class ConfigurationApplicationInitializer extends Object implements IApplicationInitializer
Constructor and Description |
---|
ConfigurationApplicationInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
beforeBeanFactoryInit(IApplication application,
IBeanFactory beanFactory)
当对象工厂执行初始化动作前将调用此方法
|
void |
beforeBeanLoad(IApplication application,
IBeanLoader beanLoader)
当对象加载器开始执行加载动作前将调用此方法
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterEventInit, beforeModuleManagerInit
public void beforeBeanLoad(IApplication application, IBeanLoader beanLoader)
IApplicationInitializer
beforeBeanLoad
in interface IApplicationInitializer
application
- 应用容器beanLoader
- 对象加载器public void beforeBeanFactoryInit(IApplication application, IBeanFactory beanFactory)
IApplicationInitializer
beforeBeanFactoryInit
in interface IApplicationInitializer
application
- 应用容器beanFactory
- 对象工厂Copyright © 2022. All rights reserved.