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