|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.deployer.ComponentDeployerFactory
ComponentDeployer
を作成するクラスです。
入れ子クラスの概要 | |
static class |
ComponentDeployerFactory.DefaultProvider
ComponentDeployerFactory.Provider のデフォルト実装です。 |
static interface |
ComponentDeployerFactory.Provider
ComponentDeployerFactory をカスタマイズするためのインターフェースです。 |
コンストラクタの概要 | |
ComponentDeployerFactory()
|
メソッドの概要 | |
static ComponentDeployer |
createOuterComponentDeployer(ComponentDef cd)
outer用の ComponentDeployer を作成します。 |
static ComponentDeployer |
createPrototypeComponentDeployer(ComponentDef cd)
prototype用の ComponentDeployer を作成します。 |
static ComponentDeployer |
createRequestComponentDeployer(ComponentDef cd)
request用の ComponentDeployer を作成します。 |
static ComponentDeployer |
createServletContextComponentDeployer(ComponentDef cd)
application(serlvetContext)用の ComponentDeployer を作成します。 |
static ComponentDeployer |
createSessionComponentDeployer(ComponentDef cd)
session用の ComponentDeployer を作成します。 |
static ComponentDeployer |
createSingletonComponentDeployer(ComponentDef cd)
singleton用の ComponentDeployer を作成します。 |
static ComponentDeployerFactory.Provider |
getProvider()
ComponentDeployerFactory.Provider を返します。 |
static void |
setProvider(ComponentDeployerFactory.Provider p)
ComponentDeployerFactory.Provider を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ComponentDeployerFactory()
メソッドの詳細 |
public static ComponentDeployerFactory.Provider getProvider()
ComponentDeployerFactory.Provider
を返します。
public static void setProvider(ComponentDeployerFactory.Provider p)
ComponentDeployerFactory.Provider
を設定します。
p
- public static ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public static ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public static ComponentDeployer createServletContextComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public static ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public static ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public static ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |