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