クラス
org.seasar.framework.aop.annotation.Interceptor の使用

Interceptor を使用しているパッケージ
org.seasar.extension.tx.annotation 宣言的トランザクションを使用するためのアノテーションを提供します。 
org.seasar.framework.aop.annotation コンポーネントにインターセプタを適用することを指定するためのアノテーションを提供します。 
 

org.seasar.extension.tx.annotation での Interceptor の使用
 

Classes in org.seasar.extension.tx.annotation with annotations of type Interceptor
 interface MandatoryTx
          メソッドにMandatoryInterceptorを適用することを指定します。
 interface NeverTx
          メソッドにNeverInterceptorを適用することを指定します。
 interface NotSupportedTx
          メソッドにNotSupportedInterceptorを適用することを指定します。
 interface RequiredTx
          メソッドがRequiredInterceptorを適用することを指定します。
 interface RequiresNewTx
          メソッドにRequiresNewInterceptorを適用することを指定します。
 

org.seasar.framework.aop.annotation での Interceptor の使用
 

Classes in org.seasar.framework.aop.annotation with annotations of type Interceptor
 interface HotAwareDelegate
          メソッドにHotAwareDelegateInterceptorを適用することを指定します。
 interface InvalidateSession
          メソッドにInvalidateSessionInterceptorを適用することを指定します。
 interface LifecycleAdapter
          メソッドにInterceptorLifecycleAdapterを適用することを指定します。
 interface RemoveSession
          メソッドにRemoveSessionInterceptorを適用することを指定します。
 interface SimpleTrace
          メソッドにSimpleTraceInterceptorを適用することを指定します。
 interface Sync
          メソッドにSyncInterceptorを適用することを指定します。
 interface ToString
          メソッドにToStringInterceptorを適用することを指定します。
 interface Trace
          メソッドにTraceInterceptorを適用することを指定します。
 interface TraceThrows
          メソッドにTraceThrowsInterceptorを適用することを指定します。
 



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