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

Uses of Class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.web.servlet.handler.AbstractUrlHandlerMapping

Packages that use AbstractUrlHandlerMapping
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
 

Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler
 

Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler
 class BeanNameUrlHandlerMapping
          Implementation of the HandlerMapping interface to map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
 class SimpleUrlHandlerMapping
          Implementation of the HandlerMapping interface to map from URLs to request handler beans.
 

Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler.metadata
 

Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler.metadata
 class AbstractPathMapHandlerMapping
          Abstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
 class CommonsPathMapHandlerMapping
          Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
 



Copyright (c) 2002-2007 The Spring Framework Project.