org.seasar.framework.aop.interceptors
クラス InterceptorLifecycleAdapter
java.lang.Object
org.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.InterceptorLifecycleAdapter
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor, Serializable
- public class InterceptorLifecycleAdapter
- extends AbstractInterceptor
MethodInterceptor
のインスタンス属性(lifecycle)が、 対象となるコンポーネントと異なる場合に使用します。
- 作成者:
- koichik
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorLifecycleAdapter
public InterceptorLifecycleAdapter()
InterceptorLifecycleAdapter
を作成します。
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 例外:
Throwable
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.