| java.lang.Object | |
| ↳ | org.springframework.aop.aspectj.AspectJAopUtils |
Utility methods for dealing with AspectJ advisors.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the AspectJPrecedenceInformation provided by this advisor or its advice.
| |||||||||||
Return
true if the advisor is a form of after advice. | |||||||||||
Return
true if the advisor is a form of before advice. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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.
Return true if the advisor is a form of after advice.
Return true if the advisor is a form of before advice.