Uses of Interface
org.springframework.aop.framework.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
Modifier 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
Modifier 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
.Modifier 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)