org.springframework.aop.support
Class StaticMethodMatcherPointcutAdvisor

org.springframework.aop.support.StaticMethodMatcher
  |
  +--org.springframework.aop.support.StaticMethodMatcherPointcut
        |
        +--org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
Direct Known Subclasses:
StaticMethodMatcherPointcutAfterReturningAdvisor, StaticMethodMatcherPointcutAroundAdvisor, StaticMethodMatcherPointcutBeforeAdvisor, StaticMethodMatcherPointcutThrowsAdvisor

public abstract class StaticMethodMatcherPointcutAdvisor
extends StaticMethodMatcherPointcut
implements PointcutAdvisor

Convenient superclass for Advisors that are also static pointcuts.

Author:
Rod Johnson
Version: $Id: StaticMethodMatcherPointcutAdvisor.java,v 1.2 2004/02/11 17:18:17 jhoeller Exp $

Method Summary
 PointcutgetPointcut()
           
 booleanisPerInstance()
           

Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut
getClassFilter, getMethodMatcher

Methods inherited from class org.springframework.aop.support.StaticMethodMatcher
isRuntime, matches

Method Detail

getPointcut

public Pointcut getPointcut()

isPerInstance

public boolean isPerInstance()