| クラス | 説明 |
|---|---|
| AbstractInterceptor |
MethodInterceptorを拡張するための抽象クラスです。 |
| DelegateInterceptor |
あるオブジェクトへの呼び出しを別のオブジェクトに転送する
MethodInterceptorです。 |
| HotAwareDelegateInterceptor |
HOT deployに対応させるための
MethodInterceptorです。 |
| InterceptorAdapter |
InterceptorChainを名前で追加できるようにしたものです。 |
| InterceptorChain |
複数の
MethodInterceptorをチェイン上につなぐMethodInterceptorです。 |
| MockInterceptor |
モック用の
MethodInterceptorです。 |
| PrototypeDelegateInterceptor |
prototypeのコンポーネントに呼び出しを転送する
MethodInterceptorです。 |
| ThrowsInterceptor |
例外処理用の
MethodInterceptorです。 |
Copyright © 2015 The DBFlute Project. All rights reserved.