クラス AspectJAopUtils
java.lang.ObjectSE
org.springframework.aop.aspectj.AspectJAopUtils
AspectJ advisor を扱うためのユーティリティメソッド。
- 導入:
- 2.0
- 作成者:
- Adrian Colyer, Juergen Hoeller
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明static AspectJPrecedenceInformationgetAspectJPrecedenceInformationFor(Advisor anAdvisor) このアドバイザーから提供された AspectJPrecedenceInformation またはそのアドバイスを返します。static booleanisAfterAdvice(Advisor anAdvisor) アドバイザーがアフターアドバイスの形式である場合は、trueを返します。static booleanisBeforeAdvice(Advisor anAdvisor) アドバイザーが事前アドバイスの形式である場合は、trueを返します。
コンストラクターの詳細
AspectJAopUtils
public AspectJAopUtils()
メソッドの詳細
isBeforeAdvice
アドバイザーが事前アドバイスの形式である場合は、trueを返します。isAfterAdvice
アドバイザーがアフターアドバイスの形式である場合は、trueを返します。getAspectJPrecedenceInformationFor
@Nullable public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor) このアドバイザーまたはそのアドバイスによって提供された AspectJPrecedenceInformation を返します。アドバイザーにもアドバイスにも優先情報がない場合、このメソッドはnullを返します。