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 $
getAfterReturningAdvice
public AfterReturningAdvice getAfterReturningAdvice()
matches
public abstract boolean matches(Method m, Class targetClass)
to Class org.springframework.aop.MethodAfterReturningAdvice