|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.aspectj.AspectJProxyUtils
public abstract class AspectJProxyUtils
Utility methods for working with AspectJ proxies.
Constructor Summary | |
---|---|
AspectJProxyUtils()
|
Method Summary | |
---|---|
private static boolean |
isAspectJAdvice(Advisor advisor)
Determine whether the given Advisor contains an AspectJ advice. |
static boolean |
makeAdvisorChainAspectJCapableIfNecessary(java.util.List<Advisor> advisors)
Add special advisors if necessary to work with a proxy chain that contains AspectJ advisors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AspectJProxyUtils()
Method Detail |
---|
public static boolean makeAdvisorChainAspectJCapableIfNecessary(java.util.List<Advisor> advisors)
advisors
- Advisors available
true
if any special Advisors
were added, otherwise false
.private static boolean isAspectJAdvice(Advisor advisor)
advisor
- the Advisor to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |