|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
ComponentDeployerFactory.Provider
のデフォルト実装です。
コンストラクタの概要 | |
ComponentDeployerFactory.DefaultProvider()
|
メソッドの概要 | |
ComponentDeployer |
createApplicationComponentDeployer(ComponentDef cd)
application用の ComponentDeployer を作成します。 |
ComponentDeployer |
createOuterComponentDeployer(ComponentDef cd)
outer用の ComponentDeployer を作成します。 |
ComponentDeployer |
createPrototypeComponentDeployer(ComponentDef cd)
prototype用の ComponentDeployer を作成します。 |
ComponentDeployer |
createRequestComponentDeployer(ComponentDef cd)
request用の ComponentDeployer を作成します。 |
ComponentDeployer |
createSessionComponentDeployer(ComponentDef cd)
session用の ComponentDeployer を作成します。 |
ComponentDeployer |
createSingletonComponentDeployer(ComponentDef cd)
singleton用の ComponentDeployer を作成します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ComponentDeployerFactory.DefaultProvider()
メソッドの詳細 |
public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createSingletonComponentDeployer
cd
-
public ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createPrototypeComponentDeployer
cd
-
public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createRequestComponentDeployer
cd
-
public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createSessionComponentDeployer
cd
-
public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createApplicationComponentDeployer
cd
-
public ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createOuterComponentDeployer
cd
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |