org.seasar.framework.aop.interceptors
クラス InterceptorChain
java.lang.Object
org.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.InterceptorChain
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor, Serializable
- public class InterceptorChain
- extends AbstractInterceptor
複数のMethodInterceptor
をチェイン上につなぐMethodInterceptor
です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorChain
public InterceptorChain()
add
public void add(MethodInterceptor interceptor)
MethodInterceptor
を追加します。
- パラメータ:
interceptor
-
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 例外:
Throwable
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.