|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.deployer.AbstractInstanceDef org.seasar.framework.container.deployer.InstanceOuterDef
outer用のInstanceDef
です。
フィールドの概要 |
インタフェース org.seasar.framework.container.InstanceDef から継承したフィールド |
APPLICATION_NAME, OUTER_NAME, PROTOTYPE_NAME, REQUEST_NAME, SESSION_NAME, SINGLETON_NAME |
コンストラクタの概要 | |
protected |
InstanceOuterDef(java.lang.String name)
InstanceOuterDef を作成します。 |
メソッドの概要 | |
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 InstanceOuterDef(java.lang.String name)
InstanceOuterDef
を作成します。
name
- メソッドの詳細 |
public ComponentDeployer createComponentDeployer(ComponentDef componentDef)
InstanceDef
の記述: componentDef
のComponentDeployer
を返します。
componentDef
- コンポーネント定義
ComponentDeployer
オブジェクト
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |