Uses of Class
org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Packages that use AbstractDetectingUrlHandlerMapping
Package
Description
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
- 
Uses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclassImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.