| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Advised | |
|---|---|
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| org.springframework.aop.framework | 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 Advised | |
|---|---|
|  class | AspectJProxyFactoryAspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style). | 
| Uses of Advised in org.springframework.aop.framework | 
|---|
| Classes in org.springframework.aop.framework that implement Advised | |
|---|---|
|  class | AdvisedSupportBase class for AOP proxy configuration managers. | 
|  class | ProxyCreatorSupportBase class for proxy factories. | 
|  class | ProxyFactoryFactory for AOP proxies for programmatic use, rather than via a bean factory. | 
|  class | ProxyFactoryBeanFactoryBeanimplementation that builds an
 AOP proxy based on beans in SpringBeanFactory. | 
| Methods in org.springframework.aop.framework with parameters of type Advised | |
|---|---|
|  List | DefaultAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
                                            Method method,
                                            Class targetClass) | 
|  List | AdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
                                            Method method,
                                            Class targetClass)Determine a list of MethodInterceptorobjects
 for the given advisor chain configuration. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||