IApplicationComponent
包 | system.base |
---|---|
继承 | interface IApplicationComponent |
子类 | CApcCache, CApplicationComponent, CAssetManager, CAuthManager, CCache, CCacheHttpSession, CClientScript, CDbAuthManager, CDbCache, CDbConnection, CDbHttpSession, CDbMessageSource, CDummyCache, CEAcceleratorCache, CErrorHandler, CFileCache, CGettextMessageSource, CHttpRequest, CHttpSession, CLogRouter, CMemCache, CMessageSource, CPhpAuthManager, CPhpMessageSource, CPradoViewRenderer, CSecurityManager, CStatePersister, CThemeManager, CUrlManager, CViewRenderer, CWebUser, CXCache, CZendDataCache |
可用自 | 1.0 |
版本 | $Id$ |
IApplicationComponent is the interface that all application components must implement.
After the application completes configuration, it will invoke the init() method of every loaded application component.
After the application completes configuration, it will invoke the init() method of every loaded application component.
公共方法
方法 | 描述 | 被定义在 |
---|---|---|
getIsInitialized() | IApplicationComponent | |
init() | Initializes the application component. | IApplicationComponent |
方法详情
getIsInitialized()
方法
abstract public boolean getIsInitialized()
| ||
{return} | boolean | whether the init() method has been invoked. |
init()
方法
abstract public void init()
|
Initializes the application component. This method is invoked after the application completes configuration.