Uses of Interface
org.springframework.aop.framework.Advised
Packages that use Advised
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 Advised in org.springframework.aop.aspectj.annotation
Classes in org.springframework.aop.aspectj.annotation that implement AdvisedModifier and TypeClassDescriptionclass
AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well annotation style). -
Uses of Advised in org.springframework.aop.framework
Classes in org.springframework.aop.framework that implement AdvisedModifier and TypeClassDescriptionclass
Base class for AOP proxy configuration managers.class
Base class for proxy factories.class
Factory for AOP proxies for programmatic use, rather than via declarative setup in a bean factory.class
FactoryBean
implementation that builds an AOP proxy based on beans in a SpringBeanFactory
.Methods in org.springframework.aop.framework with parameters of type AdvisedModifier and TypeMethodDescriptionAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice
(Advised config, Method method, Class<?> targetClass) Determine a list ofMethodInterceptor
objects for the given advisor chain configuration.DefaultAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice
(Advised config, Method method, Class<?> targetClass)