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

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

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

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

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

org.seasar.framework.container.factory.aspect での AspectDefBuilder の使用
 

AspectDefBuilder を実装している org.seasar.framework.container.factory.aspect のクラス
 class AbstractAspectDefBuilder
          Tigerアノテーションを読み取りAspectDefを作成するコンポーネントの実装クラスです。
 class AspectAnnotationAspectDefBuilder
          Aspectアノテーションを読み取りAspectDefを作成するコンポーネントの実装クラスです。
 class EJB3AnnotationAspectDefBuilder
          EJB3のTransactionAttributeInterceptorsAroundInvokeアノテーションを読み取りAspectDefを作成するコンポーネントの実装クラスです。
 class MetaAnnotationAspectDefBuilder
          メタアノテーションで注釈されたアノテーションを読み取りAspectDefを作成するコンポーネントの実装クラスです。
 



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