public abstract class

AspectJAopUtils

extends Object
java.lang.Object
   ↳ org.springframework.aop.aspectj.AspectJAopUtils

Class Overview

Utility methods for dealing with AspectJ advisors.

Summary

Public Constructors
AspectJAopUtils()
Public Methods
static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor)
Return the AspectJPrecedenceInformation provided by this advisor or its advice.
static boolean isAfterAdvice(Advisor anAdvisor)
Return true if the advisor is a form of after advice.
static boolean isBeforeAdvice(Advisor anAdvisor)
Return true if the advisor is a form of before advice.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AspectJAopUtils ()

Public Methods

public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor (Advisor anAdvisor)

Return the AspectJPrecedenceInformation provided by this advisor or its advice. If neither the advisor nor the advice have precedence information, this method will return null.

public static boolean isAfterAdvice (Advisor anAdvisor)

Return true if the advisor is a form of after advice.

public static boolean isBeforeAdvice (Advisor anAdvisor)

Return true if the advisor is a form of before advice.