The Spring Framework

Uses of Class
org.springframework.aop.support.DefaultPointcutAdvisor

Packages that use DefaultPointcutAdvisor
org.springframework.aop.aspectj AspectJ integration package. 
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
 

Uses of DefaultPointcutAdvisor in org.springframework.aop.aspectj
 

Subclasses of DefaultPointcutAdvisor in org.springframework.aop.aspectj
 class AspectJPointcutAdvisor
          AspectJPointcutAdvisor enforces the rule that the pointcut reference held by this advisor must be to the same pointcut instance as that held by the associated (AspectJ) advice.
 

Uses of DefaultPointcutAdvisor in org.springframework.aop.aspectj.annotation
 

Subclasses of DefaultPointcutAdvisor in org.springframework.aop.aspectj.annotation
protected static class ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
          Synthetic advisor that instantiates the aspect.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.