Uses of Class
org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Packages that use AbstractUrlHandlerMapping
Package
Description
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
-
Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler
Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclassAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classImplementation of theHandlerMappinginterface that maps from URLs to request handler beans.