| |
|
| java.lang.Object org.springframework.aop.aspectj.AspectJAopUtils
AspectJAopUtils | abstract public class AspectJAopUtils (Code) | | Utility methods for dealing with AspectJ advisors.
author: Adrian Colyer author: Juergen Hoeller since: 2.0 |
getAspectJPrecedenceInformationFor | public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor)(Code) | | 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 .
|
isAfterAdvice | public static boolean isAfterAdvice(Advisor anAdvisor)(Code) | | Return true if the advisor is a form of after advice.
|
isBeforeAdvice | public static boolean isBeforeAdvice(Advisor anAdvisor)(Code) | | Return true if the advisor is a form of before advice.
|
|
|
|