org.seasar.framework.container.assembler
クラス DefaultDestroyMethodAssembler
java.lang.Object
org.seasar.framework.container.assembler.AbstractAssembler
org.seasar.framework.container.assembler.AbstractMethodAssembler
org.seasar.framework.container.assembler.DefaultDestroyMethodAssembler
- すべての実装インタフェース:
- MethodAssembler
- public class DefaultDestroyMethodAssembler
- extends AbstractMethodAssembler
デフォルトのdestroyメソッドアセンブラです。
- 作成者:
- higa
メソッドの概要 |
void |
assemble(Object component)
指定されたcomponent に対して、 メソッド・インジェクションを実行します。
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDestroyMethodAssembler
public DefaultDestroyMethodAssembler(ComponentDef componentDef)
- パラメータ:
componentDef
-
assemble
public void assemble(Object component)
throws IllegalMethodRuntimeException
- インタフェース
MethodAssembler
の記述:
- 指定された
component
に対して、 メソッド・インジェクションを実行します。
メソッドの引数として指定されたコンポーネントが見つからない場合には、 IllegalMethodRuntimeExceptionがスローされます。
- パラメータ:
component
- S2コンテナ上のコンポーネントがセットされる対象
- 例外:
IllegalMethodRuntimeException
- メソッドの引数として指定されたコンポーネントが見つからない場合、 およびメソッド実行時にNumberFormatException
が発生した場合
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.