|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.aop.interceptors.AbstractInterceptor org.seasar.framework.aop.interceptors.DelegateInterceptor
あるオブジェクトへの呼び出しを別のオブジェクトに転送するMethodInterceptor
です。
コンストラクタの概要 | |
DelegateInterceptor()
DelegateInterceptor を作成します。 |
|
DelegateInterceptor(Object target)
DelegateInterceptor を作成します。 |
メソッドの概要 | |
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 |
コンストラクタの詳細 |
public DelegateInterceptor()
DelegateInterceptor
を作成します。
public DelegateInterceptor(Object target)
DelegateInterceptor
を作成します。
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
Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |