| Package | Description | 
|---|---|
| org.springframework.web.servlet | Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework. | 
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations. | 
| org.springframework.web.servlet.mvc | Standard controller implementations for the Servlet MVC framework that comes with
 Spring. | 
| org.springframework.web.servlet.mvc.method | Servlet-based infrastructure for handler method processing,
 building on the  org.springframework.web.methodpackage. | 
| org.springframework.web.servlet.mvc.method.annotation | MVC infrastructure for annotation-based handler method processing, building on the
  org.springframework.web.method.annotationpackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HandlerAdapter | DispatcherServlet. getHandlerAdapter(Object handler)Return the HandlerAdapter for this handler object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleServletHandlerAdapterAdapter to use the Servlet interface with the generic DispatcherServlet. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpRequestHandlerAdapterAdapter to use the plain  HttpRequestHandlerinterface with the genericDispatcherServlet. | 
| class  | SimpleControllerHandlerAdapterAdapter to use the plain  Controllerworkflow interface with
 the genericDispatcherServlet. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHandlerMethodAdapterAbstract base class for  HandlerAdapterimplementations that support
 handlers of typeHandlerMethod. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RequestMappingHandlerAdapter |