インタフェース
org.seasar.framework.container.ComponentCreator の使用

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)
          コンポーネントクリエータの配列を設定します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.