クラス ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
java.lang.ObjectSE
org.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractGenericPointcutAdvisor
org.springframework.aop.support.DefaultPointcutAdvisor
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
- 実装されているすべてのインターフェース:
SerializableSE, Advisor, PointcutAdvisor, Ordered
- 含まれているクラス:
ReflectiveAspectJAdvisorFactory
protected static class ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
extends DefaultPointcutAdvisor
アスペクトをインスタンス化する合成アドバイザー。非シングルトンアスペクトの句ごとのポイントカットによってトリガーされます。アドバイスは効果がありません。
- 導入:
- 2.0
- 作成者:
- Rod Johnson, Adrian Colyer, Juergen Hoeller, Ramnivas Laddad, Phillip Webb, Sam Brannen
- 関連事項:
フィールドのサマリー
インターフェース Advisor から継承されたフィールド
EMPTY_ADVICEインターフェース Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEコンストラクターの概要
コンストラクター方法の概要
クラス DefaultPointcutAdvisor から継承されたメソッド
getPointcut, setPointcut, toStringクラス AbstractGenericPointcutAdvisor から継承されたメソッド
getAdvice, setAdviceクラス AbstractPointcutAdvisor から継承されたメソッド
equals, getOrder, hashCode, setOrderインターフェース Advisor から継承されたメソッド
isPerInstance
コンストラクターの詳細
SyntheticInstantiationAdvisor