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:

Field Summary
 (package private) final MethodInterceptorinterceptor
           
 (package private) final MethodMatchermethodMatcher
           

Constructor Summary
InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor, MethodMatcher methodMatcher)
           

Field Detail

interceptor

final MethodInterceptor interceptor

methodMatcher

final MethodMatcher methodMatcher
Constructor Detail

InterceptorAndDynamicMethodMatcher

public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor, MethodMatcher methodMatcher)

Association Links

to Class org.springframework.aop.MethodMatcher