org.seasar.framework.aop.interceptors
クラス DelegateInterceptor

java.lang.Object
  拡張org.seasar.framework.aop.interceptors.AbstractInterceptor
      拡張org.seasar.framework.aop.interceptors.DelegateInterceptor
すべての実装インタフェース:
Advice, Interceptor, MethodInterceptor, Serializable

public class DelegateInterceptor
extends AbstractInterceptor

作成者:
higa
関連項目:
直列化された形式

コンストラクタの概要
DelegateInterceptor()
           
DelegateInterceptor(Object target)
           
 
メソッドの概要
 void addMethodNameMap(String methodName, String targetMethodName)
           
 Object getTarget()
           
 Object invoke(MethodInvocation invocation)
           
 void setTarget(Object target)
           
 
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド
createProxy, getComponentDef, getTargetClass
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DelegateInterceptor

public DelegateInterceptor()

DelegateInterceptor

public DelegateInterceptor(Object target)
メソッドの詳細

getTarget

public Object getTarget()

setTarget

public void setTarget(Object target)

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.