org.seasar.framework.container.factory.destroymethod
クラス S2DestroyMethodDefBuilder

java.lang.Object
  上位を拡張 org.seasar.framework.container.factory.destroymethod.S2DestroyMethodDefBuilder
すべての実装されたインタフェース:
DestroyMethodDefBuilder

public class S2DestroyMethodDefBuilder
extends java.lang.Object
implements DestroyMethodDefBuilder

DestroyMethodアノテーションを読み取りDestroyMethodDefを作成するコンポーネントの実装クラスです。

作成者:
koichik

コンストラクタの概要
S2DestroyMethodDefBuilder()
           
 
メソッドの概要
 void appendDestroyMethodDef(AnnotationHandler annotationHandler, ComponentDef componentDef)
          コンポーネントからTigerアノテーションを読み取りDestroyMethodDefを作成し、コンポーネント定義に追加します。
 
クラス 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アノテーションを読み取りDestroyMethodDefを作成し、コンポーネント定義に追加します。

定義:
インタフェース DestroyMethodDefBuilder 内の appendDestroyMethodDef
パラメータ:
annotationHandler - このメソッドを呼び出しているアノテーションハンドラ
componentDef - コンポーネント定義


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.