|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.container.assembler.AbstractAssembler
org.seasar.framework.container.assembler.AbstractMethodAssembler
org.seasar.framework.container.assembler.DefaultDestroyMethodAssembler
デフォルトのdestroyメソッドアセンブラです。
| コンストラクタの概要 | |
DefaultDestroyMethodAssembler(ComponentDef componentDef)
DefaultDestroyMethodAssemblerを作成します。 |
|
| メソッドの概要 | |
void |
assemble(java.lang.Object component)
指定された componentに対して、 メソッド・インジェクションを実行します。
|
| クラス org.seasar.framework.container.assembler.AbstractMethodAssembler から継承したメソッド |
invoke |
| クラス org.seasar.framework.container.assembler.AbstractAssembler から継承したメソッド |
getArgs, getBeanDesc, getComponentClass, getComponentDef |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public DefaultDestroyMethodAssembler(ComponentDef componentDef)
DefaultDestroyMethodAssemblerを作成します。
componentDef - | メソッドの詳細 |
public void assemble(java.lang.Object component)
throws IllegalMethodRuntimeException
MethodAssembler の記述: componentに対して、 メソッド・インジェクションを実行します。
メソッドの引数として指定されたコンポーネントが見つからない場合には、 IllegalMethodRuntimeExceptionがスローされます。
component - S2コンテナ上のコンポーネントがセットされる対象
IllegalMethodRuntimeException - メソッドの引数として指定されたコンポーネントが見つからない場合、 およびメソッド実行時にNumberFormatExceptionが発生した場合
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||