org.springframework.aop.support
Class StaticMethodMatcherPointcutThrowsAdvisor
org.springframework.aop.support.StaticMethodMatcher
|
+--org.springframework.aop.support.StaticMethodMatcherPointcut
|
+--org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
|
+--org.springframework.aop.support.StaticMethodMatcherPointcutThrowsAdvisor
- public abstract class StaticMethodMatcherPointcutThrowsAdvisor
- extends StaticMethodMatcherPointcutAdvisor
- implements ThrowsAdvisor
Convenient superclass for static method pointcuts that hold a a ThrowsAdvice,
making them an Advisor. Analogous to the old Spring StaticMethodPointcut.
- Author:
- Rod Johnson
- Version: $Id: StaticMethodMatcherPointcutThrowsAdvisor.java,v 1.3 2004/01/13 16:34:31 johnsonr Exp $
getThrowsAdvice
public ThrowsAdvice getThrowsAdvice()
matches
public abstract boolean matches(Method m, Class targetClass)
setThrowsAdvice
public void setThrowsAdvice(ThrowsAdvice throwsAdvice)
to Class org.springframework.aop.ThrowsAdvice