| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.aop.aspectj.AspectJAopUtils
public abstract class AspectJAopUtils
Utility methods for dealing with AspectJ advisors.
| Constructor Summary | |
|---|---|
| AspectJAopUtils() | |
| Method Summary | |
|---|---|
| static AspectJPrecedenceInformation | getAspectJPrecedenceInformationFor(Advisor anAdvisor)Return the AspectJPrecedenceInformation provided by this advisor or its advice. | 
| static boolean | isAfterAdvice(Advisor anAdvisor)Return trueif the advisor is a form of after advice. | 
| static boolean | isBeforeAdvice(Advisor anAdvisor)Return trueif the advisor is a form of before advice. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AspectJAopUtils()
| Method Detail | 
|---|
public static boolean isBeforeAdvice(Advisor anAdvisor)
true if the advisor is a form of before advice.
public static boolean isAfterAdvice(Advisor anAdvisor)
true if the advisor is a form of after advice.
public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor)
null.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||