org.seasar.framework.aop.interceptors
クラス AbstractInterceptor
java.lang.Object
org.seasar.framework.aop.interceptors.AbstractInterceptor
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor, Serializable
- 直系の既知のサブクラス:
- AspectCustomizer.LookupAdaptorInterceptor, DelegateInterceptor, InterceptorAdapter, InterceptorChain, InterceptorLifecycleAdapter, MockInterceptor, PrototypeDelegateInterceptor, RemoveSessionInterceptor, SimpleTraceInterceptor, SyncInterceptor, ThrowsInterceptor, ToStringInterceptor, TraceInterceptor
- public abstract class AbstractInterceptor
- extends Object
- implements MethodInterceptor, Serializable
MethodInterceptor
を拡張するための抽象クラスです。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInterceptor
public AbstractInterceptor()
createProxy
public Object createProxy(Class proxyClass)
AopProxy
を作成します。
- パラメータ:
proxyClass
-
- 戻り値:
getTargetClass
protected Class getTargetClass(MethodInvocation invocation)
getComponentDef
protected ComponentDef getComponentDef(MethodInvocation invocation)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.