| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.core.aop.interceptors |
よく使われるインターセプタの実装を提供します。
|
| org.lastaflute.di.core.customizer |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DelegateInterceptor
あるオブジェクトへの呼び出しを別のオブジェクトに転送する
MethodInterceptorです。 |
class |
InterceptorAdapter
InterceptorChainを名前で追加できるようにしたものです。 |
class |
InterceptorChain
複数の
MethodInterceptorをチェイン上につなぐMethodInterceptorです。 |
class |
MockInterceptor
モック用の
MethodInterceptorです。 |
class |
PrototypeDelegateInterceptor
prototypeのコンポーネントに呼び出しを転送する
MethodInterceptorです。 |
class |
ThrowsInterceptor
例外処理用の
MethodInterceptorです。 |
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
AspectCustomizer.LookupAdaptorInterceptor
インスタンス属性が
singleton以外のインターセプタを呼び出すためのアダプタとなるインターセプタです。 |
Copyright © 2015 The DBFlute Project. All rights reserved.