org.seasar.framework.container.deployer
クラス ComponentDeployerFactory.DefaultProvider

java.lang.Object
  拡張org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
すべての実装インタフェース:
ComponentDeployerFactory.Provider
直系の既知のサブクラス:
ExternalComponentDeployerProvider
含まれているクラス:
ComponentDeployerFactory

public static class ComponentDeployerFactory.DefaultProvider
extends Object
implements ComponentDeployerFactory.Provider


コンストラクタの概要
ComponentDeployerFactory.DefaultProvider()
           
 
メソッドの概要
 ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createDefaultComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ComponentDeployerFactory.DefaultProvider

public ComponentDeployerFactory.DefaultProvider()
メソッドの詳細

createSingletonComponentDeployer

public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createSingletonComponentDeployer

createPrototypeComponentDeployer

public ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createPrototypeComponentDeployer

createRequestComponentDeployer

public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createRequestComponentDeployer

createSessionComponentDeployer

public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createSessionComponentDeployer

createApplicationComponentDeployer

public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createApplicationComponentDeployer

createOuterComponentDeployer

public ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
定義:
インタフェース ComponentDeployerFactory.Provider 内の createOuterComponentDeployer

createDefaultComponentDeployer

public ComponentDeployer createDefaultComponentDeployer(ComponentDef cd)


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