|
|||||||||||
前 次 | フレームあり フレームなし |
ComponentCreator を使用しているパッケージ | |
org.seasar.framework.container.cooldeploy | COOL deploy機能を提供します。 |
org.seasar.framework.container.creator | コンポーネント定義を自動生成する機能を提供します。 |
org.seasar.framework.container.hotdeploy | HOT deploy機能を提供します。 |
org.seasar.framework.container.warmdeploy | WARM deploy用の機能を提供します。 |
org.seasar.framework.container.cooldeploy での ComponentCreator の使用 |
ComponentCreator を返す org.seasar.framework.container.cooldeploy のメソッド | |
ComponentCreator[] |
CoolComponentAutoRegister.getCreators()
ComponentCreator の配列を返します。 |
ComponentCreator 型のパラメータを持つ org.seasar.framework.container.cooldeploy のメソッド | |
void |
CoolComponentAutoRegister.setCreators(ComponentCreator[] creators)
ComponentCreator の配列を設定します。 |
org.seasar.framework.container.creator での ComponentCreator の使用 |
ComponentCreator を実装している org.seasar.framework.container.creator のクラス | |
class |
ActionCreator
Actionクラス用の ComponentCreator です。
|
class |
ComponentCreatorImpl
ComponentCreator の汎用的な実装です。
|
class |
ConverterCreator
コンバータ用の ComponentCreator です。 |
class |
DaoCreator
Daoクラス用の ComponentCreator です。
|
class |
DtoCreator
Dtoクラス用の ComponentCreator です。
|
class |
DxoCreator
Dxoクラス用の ComponentCreator です。
|
class |
HelperCreator
Helperクラス用の ComponentCreator です。
|
class |
InterceptorCreator
Interceptor用の ComponentCreator です。 |
class |
LogicCreator
Logic用の ComponentCreator です。 |
class |
PageCreator
Page用の ComponentCreator です。 |
class |
ServiceCreator
Service用の ComponentCreator です。
|
class |
ValidatorCreator
Validator用の ComponentCreator です。 |
org.seasar.framework.container.hotdeploy での ComponentCreator の使用 |
ComponentCreator を返す org.seasar.framework.container.hotdeploy のメソッド | |
ComponentCreator[] |
HotdeployBehavior.getCreators()
ComponentCreator の配列を返します。 |
ComponentCreator 型のパラメータを持つ org.seasar.framework.container.hotdeploy のメソッド | |
void |
HotdeployBehavior.setCreators(ComponentCreator[] creators)
ComponentCreator の配列を設定します。 |
org.seasar.framework.container.warmdeploy での ComponentCreator の使用 |
ComponentCreator を返す org.seasar.framework.container.warmdeploy のメソッド | |
ComponentCreator[] |
WarmdeployBehavior.getCreators()
コンポーネントクリエータの配列を返します。 |
ComponentCreator 型のパラメータを持つ org.seasar.framework.container.warmdeploy のメソッド | |
void |
WarmdeployBehavior.setCreators(ComponentCreator[] creators)
コンポーネントクリエータの配列を設定します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |