| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandlerAdapter | |
|---|---|
| org.springframework.web.portlet | Provides JSR-168 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework. | 
| org.springframework.web.portlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. | 
| org.springframework.web.portlet.mvc | Standard controller implementations for the portlet MVC framework that comes with Spring. | 
| org.springframework.web.portlet.mvc.annotation | Support package for annotation-based Portlet MVC controllers. | 
| Uses of HandlerAdapter in org.springframework.web.portlet | 
|---|
| Methods in org.springframework.web.portlet that return HandlerAdapter | |
|---|---|
| protected  HandlerAdapter | DispatcherPortlet.getHandlerAdapter(Object handler)Return the HandlerAdapter for this handler object. | 
| Uses of HandlerAdapter in org.springframework.web.portlet.handler | 
|---|
| Classes in org.springframework.web.portlet.handler that implement HandlerAdapter | |
|---|---|
|  class | SimplePortletHandlerAdapterAdapter to use the Portlet interface with the generic DispatcherPortlet. | 
| Uses of HandlerAdapter in org.springframework.web.portlet.mvc | 
|---|
| Classes in org.springframework.web.portlet.mvc that implement HandlerAdapter | |
|---|---|
|  class | SimpleControllerHandlerAdapterAdapter to use the Controller workflow interface with the generic DispatcherPortlet. | 
| Uses of HandlerAdapter in org.springframework.web.portlet.mvc.annotation | 
|---|
| Classes in org.springframework.web.portlet.mvc.annotation that implement HandlerAdapter | |
|---|---|
|  class | AnnotationMethodHandlerAdapterImplementation of the HandlerAdapterinterface that maps handler methods based on portlet modes, action/render phases
 and request parameters expressed through theRequestMappingannotation. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||