org.springframework.aop.framework
Class InterceptorAndDynamicMethodMatcher
java.lang.Object
org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
- class InterceptorAndDynamicMethodMatcher
- extends java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodMatcher
final MethodMatcher methodMatcher
interceptor
final org.aopalliance.intercept.MethodInterceptor interceptor
InterceptorAndDynamicMethodMatcher
public InterceptorAndDynamicMethodMatcher(org.aopalliance.intercept.MethodInterceptor interceptor,
MethodMatcher methodMatcher)
Copyright (C) 2003-2004 The Spring Framework Project.