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, waitafterEventInit, beforeModuleManagerInitpublic void beforeBeanLoad(IApplication application, IBeanLoader beanLoader)
IApplicationInitializerbeforeBeanLoad in interface IApplicationInitializerapplication - 应用容器beanLoader - 对象加载器public void beforeBeanFactoryInit(IApplication application, IBeanFactory beanFactory)
IApplicationInitializerbeforeBeanFactoryInit in interface IApplicationInitializerapplication - 应用容器beanFactory - 对象工厂Copyright © 2022. All rights reserved.