|
spring-aop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.aspectj.AspectJProxyUtils
public abstract class AspectJProxyUtils
Utility methods for working with AspectJ proxies.
| Constructor Summary | |
|---|---|
AspectJProxyUtils()
|
|
| Method Summary | |
|---|---|
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.
|
spring-aop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||