Uses of Class
org.springframework.aop.framework.ProxyProcessorSupport
Packages that use ProxyProcessorSupport
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Base classes enabling auto-proxying based on AspectJ.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
-
Uses of ProxyProcessorSupport in org.springframework.aop.aspectj.annotation
Subclasses of ProxyProcessorSupport in org.springframework.aop.aspectj.annotationModifier and TypeClassDescriptionclassAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors. -
Uses of ProxyProcessorSupport in org.springframework.aop.aspectj.autoproxy
Subclasses of ProxyProcessorSupport in org.springframework.aop.aspectj.autoproxyModifier and TypeClassDescriptionclassAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. -
Uses of ProxyProcessorSupport in org.springframework.aop.framework
Subclasses of ProxyProcessorSupport in org.springframework.aop.frameworkModifier and TypeClassDescriptionclassBase class forBeanPostProcessorimplementations that apply a Spring AOPAdvisorto specific beans. -
Uses of ProxyProcessorSupport in org.springframework.aop.framework.autoproxy
Subclasses of ProxyProcessorSupport in org.springframework.aop.framework.autoproxyModifier and TypeClassDescriptionclassGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.classBeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.classExtension ofAbstractAutoProxyCreatorwhich implementsBeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE).classAuto proxy creator that identifies beans to proxy via a list of names.classBeanPostProcessorimplementation that creates AOP proxies based on all candidateAdvisors in the currentBeanFactory.classAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.