public class DelegateInterceptor extends AbstractInterceptor
| コンストラクタと説明 |
|---|
DelegateInterceptor() |
DelegateInterceptor(Object target) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addMethodNameMap(String methodName,
String targetMethodName) |
Object |
getTarget() |
Object |
invoke(MethodInvocation invocation) |
void |
setTarget(Object target) |
createProxy, getComponentDef, getTargetClasspublic DelegateInterceptor()
public DelegateInterceptor(Object target)
target - public Object getTarget()
public void setTarget(Object target)
target - public void addMethodNameMap(String methodName, String targetMethodName)
methodName - targetMethodName - public Object invoke(MethodInvocation invocation) throws Throwable
Throwableorg.aopalliance.intercept.MethodInterceptor#invoke(org.aopalliance.intercept.MethodInvocation)Copyright © 2015 The DBFlute Project. All rights reserved.