The Spring Framework

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

Packages that use AbstractHandlerMapping
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. 
org.springframework.web.servlet.mvc.support Support package for MVC controllers. 
 

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

Subclasses of AbstractHandlerMapping in org.springframework.web.servlet.handler
 class AbstractUrlHandlerMapping
          Abstract base class for URL-mapped HandlerMapping implementations.
 class BeanNameUrlHandlerMapping
          Implementation of the HandlerMapping interface that 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 AbstractHandlerMapping in org.springframework.web.servlet.handler.metadata
 

Subclasses of AbstractHandlerMapping 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.
 

Uses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.support
 

Subclasses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.support
 class ControllerClassNameHandlerMapping
          Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the class names of registered Controller and ThrowawayController beans.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.