|
|||||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |
クラスの概要 | |
AbstractInterceptor | MethodInterceptor を拡張するための抽象クラスです。 |
ClassLoaderAwareTraceInterceptor | ClassLoader の情報も出力するTraceInterceptor です。 |
DelegateInterceptor | あるオブジェクトへの呼び出しを別のオブジェクトに転送するMethodInterceptor です。 |
HotAwareDelegateInterceptor | HOT deployに対応させるためのMethodInterceptor です。 |
InterceptorAdapter | InterceptorChain を名前で追加できるようにしたものです。 |
InterceptorChain | 複数のMethodInterceptor をチェイン上につなぐMethodInterceptor です。 |
InterceptorLifecycleAdapter | MethodInterceptor のインスタンス属性(lifecycle)が、 対象となるコンポーネントと異なる場合に使用します。 |
MockInterceptor | モック用のMethodInterceptor です。 |
PrototypeDelegateInterceptor | prototypeのコンポーネントに呼び出しを転送するMethodInterceptor です。 |
RemoveSessionInterceptor | メソッドの実行後にHTTPセッションから属性を削除するインターセプタです。 |
SimpleTraceInterceptor | 引数や戻り値を出力しない単純なトレース用のMethodInterceptor です。 |
SyncInterceptor | メソッドの呼び出しをsynchronized化するMethodInterceptor です。 |
ThrowsInterceptor | 例外処理用のMethodInterceptor です。 |
ToStringInterceptor | |
TraceInterceptor | トレース出力用のMethodInterceptor です。 |
TraceThrowsInterceptor | 例外をトレースするためのThrowsInterceptor です。 |
|
|||||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |