站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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. 
 

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

Subclasses of AbstractMapBasedHandlerMapping in org.springframework.web.portlet.handler
 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.