org.springframework.aop.framework
Class InterceptorAndDynamicMethodMatcher
- class InterceptorAndDynamicMethodMatcher
Internal framework class.
This class is required because if we put an Interceptor that implements InterceptionAdvice
in the interceptor list passed to MethodInvocationImpl, it may be mistaken for an
advice that requires dynamic method matching.
- Author:
- Rod Johnson
- Version: $Id: InterceptorAndDynamicMethodMatcher.java,v 1.2 2003/11/13 00:55:52 dkopylenko Exp $
- See Also:
interceptor
final MethodInterceptor interceptor
methodMatcher
final MethodMatcher methodMatcher
InterceptorAndDynamicMethodMatcher
public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor, MethodMatcher methodMatcher)
to Class org.springframework.aop.MethodMatcher