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