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