|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 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. |
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
.
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |