|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.container.deployer.AbstractInstanceDef
org.seasar.framework.container.deployer.InstanceRequestDef
request用のInstanceDefです。
| フィールドの概要 |
| インタフェース org.seasar.framework.container.InstanceDef から継承したフィールド |
APPLICATION_NAME, OUTER_NAME, PROTOTYPE_NAME, REQUEST_NAME, SESSION_NAME, SINGLETON_NAME |
| コンストラクタの概要 | |
protected |
InstanceRequestDef(java.lang.String name)
InstanceRequestDefを作成します。 |
| メソッドの概要 | |
ComponentDeployer |
createComponentDeployer(ComponentDef componentDef)
インスタンス定義に基づいた、コンポーネント定義 componentDefのComponentDeployerを返します。 |
| クラス org.seasar.framework.container.deployer.AbstractInstanceDef から継承したメソッド |
equals, getName, hashCode |
| クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
protected InstanceRequestDef(java.lang.String name)
InstanceRequestDefを作成します。
name - | メソッドの詳細 |
public ComponentDeployer createComponentDeployer(ComponentDef componentDef)
InstanceDef の記述: componentDefのComponentDeployerを返します。
componentDef - コンポーネント定義
ComponentDeployerオブジェクト
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||