|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.container.assembler.AbstractAutoBindingDef
org.seasar.framework.container.assembler.AutoBindingAutoDef
自動バインディング定義の自動版です。
| フィールドの概要 |
| インタフェース org.seasar.framework.container.AutoBindingDef から継承したフィールド |
AUTO_NAME, CONSTRUCTOR_NAME, NONE_NAME, PROPERTY_NAME, SEMIAUTO_NAME |
| コンストラクタの概要 | |
protected |
AutoBindingAutoDef(java.lang.String name)
AutoBindingAutoDefを作成します。 |
| メソッドの概要 | |
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 AutoBindingAutoDef(java.lang.String name)
AutoBindingAutoDefを作成します。
name - | メソッドの詳細 |
public ConstructorAssembler createConstructorAssembler(ComponentDef componentDef)
AutoBindingDef の記述: componentDefに対するConstructorAssemblerを返します。
componentDef - コンポーネント定義
ConstructorAssemblerpublic PropertyAssembler createPropertyAssembler(ComponentDef componentDef)
AutoBindingDef の記述: componentDefに対するPropertyAssemblerを返します。
componentDef - コンポーネント定義
PropertyAssembler
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||