public class InterceptorChain extends AbstractInterceptor
MethodInterceptorをチェイン上につなぐMethodInterceptorです。| コンストラクタと説明 |
|---|
InterceptorChain() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(MethodInterceptor interceptor)
MethodInterceptorを追加します。 |
Object |
invoke(MethodInvocation invocation) |
createProxy, getComponentDef, getTargetClasspublic void add(MethodInterceptor interceptor)
MethodInterceptorを追加します。interceptor - public Object invoke(MethodInvocation invocation) throws Throwable
ThrowableCopyright © 2015 The DBFlute Project. All rights reserved.