public abstract class AbstractInterceptor extends Object implements MethodInterceptor, Serializable
MethodInterceptorを拡張するための抽象クラスです。| コンストラクタと説明 |
|---|
AbstractInterceptor() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
createProxy(Class proxyClass)
AopProxyを作成します。 |
protected ComponentDef |
getComponentDef(MethodInvocation invocation)
コンポーネント定義を返します。
|
protected Class |
getTargetClass(MethodInvocation invocation)
ターゲットクラスを返します。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeprotected Class getTargetClass(MethodInvocation invocation)
invocation - メソッド呼び出しprotected ComponentDef getComponentDef(MethodInvocation invocation)
invocation - メソッド呼び出しCopyright © 2015 The DBFlute Project. All rights reserved.