当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
InterceptorAndDynamicMethodMatcher (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.aop.framework
Class InterceptorAndDynamicMethodMatcher
java.lang.Object
org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
class InterceptorAndDynamicMethodMatcher
- extends 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 MethodInterceptor interceptor
InterceptorAndDynamicMethodMatcher
public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor,
MethodMatcher methodMatcher)
Copyright (c) 2002-2007 The Spring Framework Project.