|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.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 内の createRequestComponentDeployerComponentDeployerFactory.DefaultProvider 内の createRequestComponentDeployerpublic ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider の記述: ComponentDeployerを作成します。
ComponentDeployerFactory.Provider 内の createSessionComponentDeployerComponentDeployerFactory.DefaultProvider 内の createSessionComponentDeployerpublic ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.Provider の記述: ComponentDeployerを作成します。
ComponentDeployerFactory.Provider 内の createApplicationComponentDeployerComponentDeployerFactory.DefaultProvider 内の createApplicationComponentDeployer
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||