Uses of Class
org.springframework.web.servlet.handler.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
Modifier and TypeClassDescriptionclass
Abstract implementation of theHandlerMapping
interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.class
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.class
Implementation of theHandlerMapping
interface that maps from URLs to request handler beans. -
Uses of AbstractUrlHandlerMapping in org.springframework.web.socket.server.support
Modifier and TypeClassDescriptionclass
Extension ofSimpleUrlHandlerMapping
with support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler
.