|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.assembler.AbstractAutoBindingDef org.seasar.framework.container.assembler.AutoBindingNoneDef
自動バンディング定義の何も行わない版です。
フィールドの概要 |
インタフェース org.seasar.framework.container.AutoBindingDef から継承したフィールド |
AUTO_NAME, CONSTRUCTOR_NAME, NONE_NAME, PROPERTY_NAME, SEMIAUTO_NAME |
コンストラクタの概要 | |
protected |
AutoBindingNoneDef(java.lang.String name)
AutoBindingNoneDef を作成します。 |
メソッドの概要 | |
ConstructorAssembler |
createConstructorAssembler(ComponentDef componentDef)
自動バインディング定義に基づき、 componentDef に対するConstructorAssembler を返します。 |
PropertyAssembler |
createPropertyAssembler(ComponentDef componentDef)
自動バインディング定義に基づき、 componentDef に対するPropertyAssembler を返します。 |
クラス org.seasar.framework.container.assembler.AbstractAutoBindingDef から継承したメソッド |
equals, getName, hashCode |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected AutoBindingNoneDef(java.lang.String name)
AutoBindingNoneDef
を作成します。
name
- メソッドの詳細 |
public ConstructorAssembler createConstructorAssembler(ComponentDef componentDef)
AutoBindingDef
の記述: componentDef
に対するConstructorAssembler
を返します。
componentDef
- コンポーネント定義
ConstructorAssembler
public PropertyAssembler createPropertyAssembler(ComponentDef componentDef)
AutoBindingDef
の記述: componentDef
に対するPropertyAssembler
を返します。
componentDef
- コンポーネント定義
PropertyAssembler
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |