Uses of Interface
org.springframework.web.portlet.HandlerAdapter

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 SimplePortletHandlerAdapter
          Adapter 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 SimpleControllerHandlerAdapter
          Adapter 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 AnnotationMethodHandlerAdapter
          Implementation of the HandlerAdapter interface that maps handler methods based on portlet modes, action/render phases and request parameters expressed through the RequestMapping annotation.
 



Copyright © 2002-2008 The Spring Framework.