|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
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 -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||