org.springframework.aop.support
Class StaticMethodMatcherPointcutAfterReturningAdvisor

org.springframework.aop.support.StaticMethodMatcher
  |
  +--org.springframework.aop.support.StaticMethodMatcherPointcut
        |
        +--org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
              |
              +--org.springframework.aop.support.StaticMethodMatcherPointcutAfterReturningAdvisor

public abstract class StaticMethodMatcherPointcutAfterReturningAdvisor
extends StaticMethodMatcherPointcutAdvisor
implements AfterReturningAdvisor

Convenient superclass for static method pointcuts that hold a MethodAfterReturningAdvice, making them an Advisor.

Author:
Rod Johnson
Version: $Id: StaticMethodMatcherPointcutAfterReturningAdvisor.java,v 1.2 2004/01/13 16:34:31 johnsonr Exp $

Method Summary
 AfterReturningAdvicegetAfterReturningAdvice()
           
 abstract booleanmatches(Method m, Class targetClass)
           

Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
getPointcut, isPerInstance

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

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

Method Detail

getAfterReturningAdvice

public AfterReturningAdvice getAfterReturningAdvice()

matches

public abstract boolean matches(Method m, Class targetClass)

Association Links

to Class org.springframework.aop.MethodAfterReturningAdvice