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

ComponentDeployer を使用しているパッケージ
org.seasar.framework.container S2コンテナとその構成要素を定義するインターフェースおよび、S2コンテナの振舞いに関連した例外クラスを提供します。  
org.seasar.framework.container.deployer   
org.seasar.framework.container.impl   
 

org.seasar.framework.container での ComponentDeployer の使用
 

ComponentDeployer を返す org.seasar.framework.container のメソッド
 ComponentDeployer InstanceDef.createComponentDeployer(ComponentDef componentDef)
          インスタンス定義に基づいた、コンポーネント定義componentDefComponentDeployerを返します。
 

org.seasar.framework.container.deployer での ComponentDeployer の使用
 

ComponentDeployer を実装している org.seasar.framework.container.deployer のクラス
 class AbstractComponentDeployer
           
 class ApplicationComponentDeployer
           
 class OuterComponentDeployer
           
 class PrototypeComponentDeployer
           
 class RequestComponentDeployer
           
 class SessionComponentDeployer
           
 class SingletonComponentDeployer
           
 

ComponentDeployer を返す org.seasar.framework.container.deployer のメソッド
 ComponentDeployer InstanceSingletonDef.createComponentDeployer(ComponentDef componentDef)
           
 ComponentDeployer InstanceSessionDef.createComponentDeployer(ComponentDef componentDef)
           
 ComponentDeployer InstanceRequestDef.createComponentDeployer(ComponentDef componentDef)
           
 ComponentDeployer InstancePrototypeDef.createComponentDeployer(ComponentDef componentDef)
           
 ComponentDeployer InstanceOuterDef.createComponentDeployer(ComponentDef componentDef)
           
 ComponentDeployer InstanceApplicationDef.createComponentDeployer(ComponentDef componentDef)
           
 ComponentDeployer ExternalComponentDeployerProvider.createRequestComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ExternalComponentDeployerProvider.createSessionComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ExternalComponentDeployerProvider.createApplicationComponentDeployer(ComponentDef cd)
           
static ComponentDeployer ComponentDeployerFactory.createSingletonComponentDeployer(ComponentDef cd)
           
static ComponentDeployer ComponentDeployerFactory.createPrototypeComponentDeployer(ComponentDef cd)
           
static ComponentDeployer ComponentDeployerFactory.createServletContextComponentDeployer(ComponentDef cd)
           
static ComponentDeployer ComponentDeployerFactory.createSessionComponentDeployer(ComponentDef cd)
           
static ComponentDeployer ComponentDeployerFactory.createRequestComponentDeployer(ComponentDef cd)
           
static ComponentDeployer ComponentDeployerFactory.createOuterComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.Provider.createSingletonComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.Provider.createPrototypeComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.Provider.createApplicationComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.Provider.createSessionComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.Provider.createRequestComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.Provider.createOuterComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createSingletonComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createPrototypeComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createRequestComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createSessionComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createApplicationComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createOuterComponentDeployer(ComponentDef cd)
           
 ComponentDeployer ComponentDeployerFactory.DefaultProvider.createDefaultComponentDeployer(ComponentDef cd)
           
 

org.seasar.framework.container.impl での ComponentDeployer の使用
 

ComponentDeployer を返す org.seasar.framework.container.impl のメソッド
 ComponentDeployer ComponentDefImpl.getComponentDeployer()
           
 



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