org.seasar.framework.container.customizer
クラス AspectCustomizer.LookupAdaptorInterceptor

java.lang.Object
  拡張org.seasar.framework.aop.interceptors.AbstractInterceptor
      拡張org.seasar.framework.container.customizer.AspectCustomizer.LookupAdaptorInterceptor
すべての実装インタフェース:
Advice, Interceptor, MethodInterceptor, Serializable
含まれているクラス:
AspectCustomizer

public static class AspectCustomizer.LookupAdaptorInterceptor
extends AbstractInterceptor

インスタンス属性がsingleton以外のインターセプタを呼び出すためのアダプタとなるインターセプタです。

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

フィールドの概要
protected  String[] interceptorNames
           
 
コンストラクタの概要
AspectCustomizer.LookupAdaptorInterceptor(String[] interceptorNames)
          インスタンスを構築します。
 
メソッドの概要
 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
 

フィールドの詳細

interceptorNames

protected String[] interceptorNames
コンストラクタの詳細

AspectCustomizer.LookupAdaptorInterceptor

public AspectCustomizer.LookupAdaptorInterceptor(String[] interceptorNames)
インスタンスを構築します。

パラメータ:
interceptorNames - インターセプタ名の配列
メソッドの詳細

invoke

public Object invoke(MethodInvocation invocation)
              throws Throwable
例外:
Throwable


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.