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.
Server-side support classes including container-specific strategies
for upgrading a request.
-
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. -
Uses of AbstractUrlHandlerMapping in org.springframework.web.socket.server.support
Subclasses of AbstractUrlHandlerMapping in org.springframework.web.socket.server.supportModifier and TypeClassDescriptionclassExtension ofSimpleUrlHandlerMappingwith support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler.