|
|||||||||||
前 次 | フレームあり フレームなし |
AbstractInterceptor を使用しているパッケージ | |
org.seasar.framework.aop.interceptors | よく使われるインターセプタの実装を提供します。 |
org.seasar.framework.container.customizer | コンポーネント定義をカスタマイズするコンポーネントカスタマイザの標準的な実装クラスを提供します。 |
org.seasar.framework.aop.interceptors での AbstractInterceptor の使用 |
org.seasar.framework.aop.interceptors での AbstractInterceptor のサブクラス | |
class |
ClassLoaderAwareTraceInterceptor
ClassLoader の情報も出力するTraceInterceptor です。 |
class |
DelegateInterceptor
あるオブジェクトへの呼び出しを別のオブジェクトに転送する MethodInterceptor です。 |
class |
InterceptorAdapter
InterceptorChain を名前で追加できるようにしたものです。 |
class |
InterceptorChain
複数の MethodInterceptor をチェイン上につなぐMethodInterceptor です。 |
class |
InterceptorLifecycleAdapter
MethodInterceptor のインスタンス属性(lifecycle)が、 対象となるコンポーネントと異なる場合に使用します。 |
class |
InvalidateSessionInterceptor
メソッドの実行後にHTTPセッションを破棄するインターセプタです。 |
class |
MockInterceptor
モック用の MethodInterceptor です。 |
class |
PrototypeDelegateInterceptor
prototypeのコンポーネントに呼び出しを転送する MethodInterceptor です。 |
class |
RemoveSessionInterceptor
メソッドの実行後にHTTPセッションから属性を削除するインターセプタです。 |
class |
SimpleTraceInterceptor
引数や戻り値を出力しない単純なトレース用の MethodInterceptor です。 |
class |
SyncInterceptor
メソッドの呼び出しをsynchronized化する MethodInterceptor です。 |
class |
ThrowsInterceptor
例外処理用の MethodInterceptor です。 |
class |
ToStringInterceptor
|
class |
TraceInterceptor
トレース出力用の MethodInterceptor です。 |
class |
TraceThrowsInterceptor
例外をトレースするための ThrowsInterceptor です。 |
org.seasar.framework.container.customizer での AbstractInterceptor の使用 |
org.seasar.framework.container.customizer での AbstractInterceptor のサブクラス | |
static class |
AspectCustomizer.LookupAdaptorInterceptor
インスタンス属性が singleton 以外のインターセプタを呼び出すためのアダプタとなるインターセプタです。
|
|
|||||||||||
前 次 | フレームあり フレームなし |