|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.ThrowsInterceptor
例外処理用のMethodInterceptor
です。
フィールドの概要 | |
static java.lang.String |
METHOD_NAME
ThrowsInterceptor の実装クラスが実装しなければいけないメソッド名です。 |
コンストラクタの概要 | |
ThrowsInterceptor()
ThrowsInterceptor を作成します。 |
メソッドの概要 | |
java.lang.Object |
invoke(MethodInvocation invocation)
|
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド |
createProxy, getComponentDef, getTargetClass |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final java.lang.String METHOD_NAME
ThrowsInterceptor
の実装クラスが実装しなければいけないメソッド名です。
コンストラクタの詳細 |
public ThrowsInterceptor()
ThrowsInterceptor
を作成します。
メソッドの詳細 |
public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |