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
- 関連項目:
- 直列化された形式
クラス 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.