The Spring Framework

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

Packages that use StaticMethodMatcher
org.springframework.aop.support Convenience classes for using Spring's AOP API. 
org.springframework.aop.support.annotation Annotation support for AOP pointcuts. 
 

Uses of StaticMethodMatcher in org.springframework.aop.support
 

Subclasses of StaticMethodMatcher in org.springframework.aop.support
 class AbstractRegexpMethodPointcut
          Abstract base regular expression pointcut bean.
 class JdkRegexpMethodPointcut
          Java 1.4+ regular expression pointcut.
 class NameMatchMethodPointcut
          Pointcut bean for simple method name matches, as alternative to regexp patterns.
 class Perl5RegexpMethodPointcut
          Perl5-style regular expression pointcut.
 class StaticMethodMatcherPointcut
          Convenient superclass when we want to force subclasses to implement the MethodMatcher interface, but subclasses will want to be pointcuts.
 class StaticMethodMatcherPointcutAdvisor
          Convenient superclass for Advisors that are also static pointcuts.
 

Uses of StaticMethodMatcher in org.springframework.aop.support.annotation
 

Subclasses of StaticMethodMatcher in org.springframework.aop.support.annotation
 class AnnotationMethodMatcher
          Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.