インタフェース
org.seasar.framework.container.factory.DestroyMethodDefBuilder の使用

DestroyMethodDefBuilder を使用しているパッケージ
org.seasar.framework.container.factory コンポーネントに付けられたTigerアノテーションを読み取るためのクラスを提供します。 
org.seasar.framework.container.factory.destroymethod Tigerアノテーションを読み取りDestroyMethodDefを作成するクラスを提供します。 
 

org.seasar.framework.container.factory での DestroyMethodDefBuilder の使用
 

DestroyMethodDefBuilder 型の型パラメータを持つ org.seasar.framework.container.factory のフィールド
protected static java.util.List<DestroyMethodDefBuilder> TigerAnnotationHandler.destroyMethodDefBuilders
          DestroyMethodDefBuilderの配列
 

DestroyMethodDefBuilder 型のパラメータを持つ org.seasar.framework.container.factory のメソッド
static void TigerAnnotationHandler.addDestroyMethodDefBuilder(DestroyMethodDefBuilder builder)
          DestroyMethodDefBuilderを追加します。
static void TigerAnnotationHandler.removeDestroyMethodDefBuilder(DestroyMethodDefBuilder builder)
          DestroyMethodDefBuilderを削除します。
 

org.seasar.framework.container.factory.destroymethod での DestroyMethodDefBuilder の使用
 

DestroyMethodDefBuilder を実装している org.seasar.framework.container.factory.destroymethod のクラス
 class S2DestroyMethodDefBuilder
          DestroyMethodアノテーションを読み取りDestroyMethodDefを作成するコンポーネントの実装クラスです。
 



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