The Spring Framework

Uses of Interface
org.springframework.aop.support.ExpressionPointcut

Packages that use ExpressionPointcut
org.springframework.aop.aspectj AspectJ integration package. 
org.springframework.aop.support Convenience classes for using Spring's AOP API. 
 

Uses of ExpressionPointcut in org.springframework.aop.aspectj
 

Classes in org.springframework.aop.aspectj that implement ExpressionPointcut
 class AspectJExpressionPointcut
          Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
 

Uses of ExpressionPointcut in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement ExpressionPointcut
 class AbstractExpressionPointcut
          Abstract superclass for expression pointcuts, offering location and expression properties.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.