org.seasar.framework.container.deployer
クラス ExternalComponentDeployerProvider

java.lang.Object
  拡張org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
      拡張org.seasar.framework.container.deployer.ExternalComponentDeployerProvider
すべての実装インタフェース:
ComponentDeployerFactory.Provider

public class ExternalComponentDeployerProvider
extends ComponentDeployerFactory.DefaultProvider

ExternalContext用のComponentDeployerFactory.Providerです。

作成者:
higa

コンストラクタの概要
ExternalComponentDeployerProvider()
           
 
メソッドの概要
 ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
          application用のComponentDeployerを作成します。
 ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
          request用のComponentDeployerを作成します。
 ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
          session用のComponentDeployerを作成します。
 
クラス org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider から継承したメソッド
createOuterComponentDeployer, createPrototypeComponentDeployer, createSingletonComponentDeployer
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExternalComponentDeployerProvider

public ExternalComponentDeployerProvider()
メソッドの詳細

createRequestComponentDeployer

public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
インタフェース ComponentDeployerFactory.Provider の記述:
request用のComponentDeployerを作成します。

定義:
インタフェース ComponentDeployerFactory.Provider 内の createRequestComponentDeployer
オーバーライド:
クラス ComponentDeployerFactory.DefaultProvider 内の createRequestComponentDeployer

createSessionComponentDeployer

public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
インタフェース ComponentDeployerFactory.Provider の記述:
session用のComponentDeployerを作成します。

定義:
インタフェース ComponentDeployerFactory.Provider 内の createSessionComponentDeployer
オーバーライド:
クラス ComponentDeployerFactory.DefaultProvider 内の createSessionComponentDeployer

createApplicationComponentDeployer

public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
インタフェース ComponentDeployerFactory.Provider の記述:
application用のComponentDeployerを作成します。

定義:
インタフェース ComponentDeployerFactory.Provider 内の createApplicationComponentDeployer
オーバーライド:
クラス ComponentDeployerFactory.DefaultProvider 内の createApplicationComponentDeployer


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