| Package | Description | 
|---|---|
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HandlerInterceptorAdapterDeprecated. 
 as of 5.3 in favor of implementing  HandlerInterceptorand/orAsyncHandlerInterceptordirectly. | 
| class  | WebRequestHandlerInterceptorAdapterAdapter that implements the Servlet HandlerInterceptor interface
 and wraps an underlying WebRequestInterceptor. |