|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider org.seasar.framework.container.deployer.ExternalComponentDeployerProvider
ExternalContext
用のComponentDeployerFactory.Provider
です。
コンストラクタの概要 | |
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 |
コンストラクタの詳細 |
public ExternalComponentDeployerProvider()
メソッドの詳細 |
public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createRequestComponentDeployer
ComponentDeployerFactory.DefaultProvider
内の createRequestComponentDeployer
public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createSessionComponentDeployer
ComponentDeployerFactory.DefaultProvider
内の createSessionComponentDeployer
public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider
の記述: ComponentDeployer
を作成します。
ComponentDeployerFactory.Provider
内の createApplicationComponentDeployer
ComponentDeployerFactory.DefaultProvider
内の createApplicationComponentDeployer
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |