public class PrototypeDelegateInterceptor extends AbstractInterceptor
| コンストラクタと説明 |
|---|
PrototypeDelegateInterceptor(LaContainer container) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addMethodNameMap(String methodName,
String targetMethodName) |
String |
getTargetName() |
Object |
invoke(MethodInvocation invocation) |
void |
setTargetName(String targetName) |
createProxy, getComponentDef, getTargetClasspublic PrototypeDelegateInterceptor(LaContainer container)
container - public String getTargetName()
public void setTargetName(String targetName)
targetName - 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.