public static class AspectCustomizer.LookupAdaptorInterceptor extends AbstractInterceptor
singleton以外のインターセプタを呼び出すためのアダプタとなるインターセプタです。
このインターセプタは呼び出されると、 構築時に指定されたインターセプタをLaContainerから取得して処理を引き渡します。
そのため、 元々呼び出したいインターセプタのインスタンス属性がsingleton以外でも期待した結果を得ることが出来るようになります。
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String[] |
interceptorNames |
| コンストラクタと説明 |
|---|
LookupAdaptorInterceptor(String[] interceptorNames) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
invoke(MethodInvocation invocation) |
createProxy, getComponentDef, getTargetClassCopyright © 2015 The DBFlute Project. All rights reserved.