org.seasar.framework.aop.interceptors
クラス PrototypeDelegateInterceptor
java.lang.Object
org.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.PrototypeDelegateInterceptor
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor, Serializable
- public class PrototypeDelegateInterceptor
- extends AbstractInterceptor
- 作成者:
- koichik
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrototypeDelegateInterceptor
public PrototypeDelegateInterceptor(S2Container container)
getTargetName
public String getTargetName()
setTargetName
public void setTargetName(String targetName)
addMethodNameMap
public void addMethodNameMap(String methodName,
String targetMethodName)
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 例外:
Throwable
- 関連項目:
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.