org.seasar.framework.container.factory.destroymethod
クラス S2DestroyMethodDefBuilder
java.lang.Object
org.seasar.framework.container.factory.destroymethod.S2DestroyMethodDefBuilder
- すべての実装されたインタフェース:
- DestroyMethodDefBuilder
public class S2DestroyMethodDefBuilder
- extends Object
- implements DestroyMethodDefBuilder
DestroyMethod
アノテーションを読み取りDestroyMethodDef
を作成するコンポーネントの実装クラスです。
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S2DestroyMethodDefBuilder
public S2DestroyMethodDefBuilder()
appendDestroyMethodDef
public void appendDestroyMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef)
- インタフェース
DestroyMethodDefBuilder
の記述:
- コンポーネントからTigerアノテーションを読み取り
DestroyMethosDef
を作成し、コンポーネント定義に追加します。
- 定義:
- インタフェース
DestroyMethodDefBuilder
内の appendDestroyMethodDef
- パラメータ:
annotationHandler
- このメソッドを呼び出しているアノテーションハンドラcomponentDef
- コンポーネント定義
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.