The Spring Framework

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

Packages that use HandlerMapping
org.springframework.web.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

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

Classes in org.springframework.web.portlet.handler that implement HandlerMapping
 class AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
 class AbstractMapBasedHandlerMapping
          Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key.
 class ParameterHandlerMapping
          Implementation of the HandlerMapping interface 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.