public class RequestMappingMethodInterceptor extends AbstractMethodInterceptor
RequestMappingMethodInterceptor only use the first mapping value. it will interceptor with
@RequestMapping| Constructor and Description |
|---|
RequestMappingMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptedMethodTypes(Method method) |
String |
getRequestURL(Method method) |
afterMethod, beforeMethod, handleMethodExceptionpublic String getRequestURL(Method method)
getRequestURL in class AbstractMethodInterceptorpublic String getAcceptedMethodTypes(Method method)
getAcceptedMethodTypes in class AbstractMethodInterceptorCopyright © 2020 The Apache Software Foundation. All rights reserved.