The Spring Framework

Uses of Class
org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping

Packages that use AbstractMapBasedHandlerMapping
org.springframework.web.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.portlet.mvc.annotation Support package for annotation-based Portlet MVC controllers. 
 

Uses of AbstractMapBasedHandlerMapping in org.springframework.web.portlet.handler
 

Subclasses of AbstractMapBasedHandlerMapping in org.springframework.web.portlet.handler
 class ParameterHandlerMapping
          Implementation of the HandlerMapping to map from a request parameter to request handler beans.
 class PortletModeHandlerMapping
          Implementation of the HandlerMapping interface to map from the current PortletMode to request handler beans.
 class PortletModeParameterHandlerMapping
          Implementation of the HandlerMapping interface to map from the current PortletMode and a request parameter to request handler beans.
 

Uses of AbstractMapBasedHandlerMapping in org.springframework.web.portlet.mvc.annotation
 

Subclasses of AbstractMapBasedHandlerMapping in org.springframework.web.portlet.mvc.annotation
 class DefaultAnnotationHandlerMapping
          Implementation of the HandlerMapping interface that maps handlers based on portlet modes expressed through the RequestMapping annotation at the type or method level.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.