|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
コンストラクタアセンブラ、プロパティアセンブラ、 メソッドアセンブラを作成する機能を提供するインターフェースです。
| メソッドの概要 | |
ConstructorAssembler |
createAutoConstructorAssembler(ComponentDef cd)
自動コンストラクタアセンブラを作成します。 |
PropertyAssembler |
createAutoPropertyAssembler(ComponentDef cd)
自動プロパティアセンブラを作成します。 |
ConstructorAssembler |
createDefaultConstructorConstructorAssembler(ComponentDef cd)
デフォルトコンストラクタ用のコンストラクタアセンブラを作成します。 |
MethodAssembler |
createDestroyMethodAssembler(ComponentDef cd)
destroyメソッドアセンブラを作成します。 |
MethodAssembler |
createInitMethodAssembler(ComponentDef cd)
initメソッドアセンブラを作成します。 |
PropertyAssembler |
createManualOnlyPropertyAssembler(ComponentDef cd)
プロパティ定義を明示的に指定した用のプロパティアセンブラを作成します。 |
PropertyAssembler |
createSemiAutoPropertyAssembler(ComponentDef cd)
EJB3用のプロパティアセンブラを作成します。 |
| メソッドの詳細 |
public MethodAssembler createInitMethodAssembler(ComponentDef cd)
cd -
public MethodAssembler createDestroyMethodAssembler(ComponentDef cd)
cd -
public ConstructorAssembler createAutoConstructorAssembler(ComponentDef cd)
cd -
public ConstructorAssembler createDefaultConstructorConstructorAssembler(ComponentDef cd)
cd -
public PropertyAssembler createAutoPropertyAssembler(ComponentDef cd)
cd -
public PropertyAssembler createManualOnlyPropertyAssembler(ComponentDef cd)
cd -
public PropertyAssembler createSemiAutoPropertyAssembler(ComponentDef cd)
cd -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||