Uses of Class
org.springframework.aop.framework.AdvisedSupport
Packages that use AdvisedSupport
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Package containing Spring's basic AOP infrastructure, compliant with the
 AOP Alliance interfaces.
- 
Uses of AdvisedSupport in org.springframework.aop.aspectj.annotationSubclasses of AdvisedSupport in org.springframework.aop.aspectj.annotationModifier and TypeClassDescriptionclassAspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well annotation style).
- 
Uses of AdvisedSupport in org.springframework.aop.frameworkSubclasses of AdvisedSupport in org.springframework.aop.frameworkModifier and TypeClassDescriptionclassBase class for proxy factories.classFactory for AOP proxies for programmatic use, rather than via declarative setup in a bean factory.classFactoryBeanimplementation that builds an AOP proxy based on beans in a SpringBeanFactory.Methods in org.springframework.aop.framework with parameters of type AdvisedSupportModifier and TypeMethodDescriptionvoidAdvisedSupportListener.activated(AdvisedSupport advised) Invoked when the first proxy is created.voidAdvisedSupportListener.adviceChanged(AdvisedSupport advised) Invoked when advice is changed after a proxy is created.static Class<?>[]AopProxyUtils.completeProxiedInterfaces(AdvisedSupport advised) Determine the complete set of interfaces to proxy for the given AOP configuration.protected voidAdvisedSupport.copyConfigurationFrom(AdvisedSupport other) Call this method on a new instance created by the no-arg constructor to create an independent copy of the configuration from the given object.protected voidAdvisedSupport.copyConfigurationFrom(AdvisedSupport other, TargetSource targetSource, List<Advisor> advisors) Copy the AOP configuration from the givenAdvisedSupportobject, but allow substitution of a freshTargetSourceand a given interceptor chain.AopProxyFactory.createAopProxy(AdvisedSupport config) Create anAopProxyfor the given AOP configuration.DefaultAopProxyFactory.createAopProxy(AdvisedSupport config) static booleanAopProxyUtils.equalsAdvisors(AdvisedSupport a, AdvisedSupport b) Check equality of the advisors behind the given AdvisedSupport objects.static booleanAopProxyUtils.equalsInProxy(AdvisedSupport a, AdvisedSupport b) Check equality of the proxies behind the given AdvisedSupport objects.static booleanAopProxyUtils.equalsProxiedInterfaces(AdvisedSupport a, AdvisedSupport b) Check equality of the proxied interfaces behind the given AdvisedSupport objects.