| 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  | 
HandlerInterceptorAdapter
Deprecated. 
 
as of 5.3 in favor of implementing  
HandlerInterceptor
 and/or AsyncHandlerInterceptor directly. | 
class  | 
WebRequestHandlerInterceptorAdapter
Adapter that implements the Servlet HandlerInterceptor interface
 and wraps an underlying WebRequestInterceptor. 
 |