| 
 | The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandlerAdapter | |
|---|---|
| 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.annotation | Support package for annotation-based Servlet MVC controllers. | 
| org.springframework.web.servlet.mvc.throwaway | Throwaway command controllers are a WebWork/Maverick-style alternative to Spring's default Servlet/Struts-style Controller approach. | 
| Uses of HandlerAdapter in org.springframework.web.servlet | 
|---|
| Methods in org.springframework.web.servlet that return HandlerAdapter | |
|---|---|
| protected  HandlerAdapter | DispatcherServlet.getHandlerAdapter(Object handler)Return the HandlerAdapter for this handler object. | 
| Uses of HandlerAdapter in org.springframework.web.servlet.handler | 
|---|
| Classes in org.springframework.web.servlet.handler that implement HandlerAdapter | |
|---|---|
|  class | SimpleServletHandlerAdapterAdapter to use the Servlet interface with the generic DispatcherServlet. | 
| Uses of HandlerAdapter in org.springframework.web.servlet.mvc | 
|---|
| Classes in org.springframework.web.servlet.mvc that implement HandlerAdapter | |
|---|---|
|  class | HttpRequestHandlerAdapterAdapter to use the plain HttpRequestHandlerinterface with the genericDispatcherServlet. | 
|  class | SimpleControllerHandlerAdapterAdapter to use the plain Controllerworkflow interface with
 the genericDispatcherServlet. | 
| Uses of HandlerAdapter in org.springframework.web.servlet.mvc.annotation | 
|---|
| Classes in org.springframework.web.servlet.mvc.annotation that implement HandlerAdapter | |
|---|---|
|  class | AnnotationMethodHandlerAdapterImplementation of the HandlerAdapterinterface that maps handler methods based on HTTP paths, HTTP methods and
 request parameters expressed through theRequestMappingannotation. | 
| Uses of HandlerAdapter in org.springframework.web.servlet.mvc.throwaway | 
|---|
| Classes in org.springframework.web.servlet.mvc.throwaway that implement HandlerAdapter | |
|---|---|
|  class | ThrowawayControllerHandlerAdapterAdapter to use the ThrowawayController workflow interface with the generic DispatcherServlet. | 
| 
 | The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||