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


コンストラクタの概要
ExternalComponentDeployerProvider()
           
 
メソッドの概要
 ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
           
 
クラス org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider から継承したメソッド
createDefaultComponentDeployer, 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 内の createRequestComponentDeployer
オーバーライド:
クラス ComponentDeployerFactory.DefaultProvider 内の createRequestComponentDeployer

createSessionComponentDeployer

public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createSessionComponentDeployer
オーバーライド:
クラス ComponentDeployerFactory.DefaultProvider 内の createSessionComponentDeployer

createApplicationComponentDeployer

public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createApplicationComponentDeployer
オーバーライド:
クラス ComponentDeployerFactory.DefaultProvider 内の createApplicationComponentDeployer


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