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

Packages that use AbstractDetectingUrlHandlerMapping
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers. 
org.springframework.web.servlet.mvc.support Support package for MVC controllers. 
 

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

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

Uses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.mvc.annotation
 

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

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

Subclasses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.mvc.support
 class AbstractControllerUrlHandlerMapping
          Base class for HandlerMapping implementations that derive URL paths according to conventions for specific controller types.
 class ControllerBeanNameHandlerMapping
          Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the bean names of registered Controller and ThrowawayController beans as well as @Controller annotated beans.
 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 as well as @Controller annotated beans.
 



Copyright © 2002-2008 The Spring Framework.