|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
ComponentDeployerFactory
をカスタマイズするためのインターフェースです。
メソッドの概要 | |
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 を作成します。 |
メソッドの詳細 |
public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
public ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
ComponentDeployer
を作成します。
cd
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |