Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerMapping
Packages that use AbstractHandlerMapping
Package
Description
Annotation-based setup for Spring MVC.
Classes supporting the 
org.springframework.web.servlet.function package.Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support for annotation-based WebSocket setup in configuration classes.
Server-side support classes including container-specific strategies
 for upgrading a request.
- 
Uses of AbstractHandlerMapping in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation that return AbstractHandlerMappingModifier and TypeMethodDescriptionprotected @Nullable AbstractHandlerMappingResourceHandlerRegistry.getHandlerMapping()Return a handler mapping with the mapped resource handlers; ornullin case of no registrations.
- 
Uses of AbstractHandlerMapping in org.springframework.web.servlet.function.supportSubclasses of AbstractHandlerMapping in org.springframework.web.servlet.function.supportModifier and TypeClassDescriptionclassHandlerMappingimplementation that supportsRouterFunctions.
- 
Uses of AbstractHandlerMapping in org.springframework.web.servlet.handlerSubclasses of AbstractHandlerMapping 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.classAbstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstract base class for URL-mappedHandlerMappingimplementations.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 AbstractHandlerMapping in org.springframework.web.servlet.mvc.methodSubclasses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.methodModifier and TypeClassDescriptionclassAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.
- 
Uses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclassCreatesRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations in@Controllerclasses.
- 
Uses of AbstractHandlerMapping in org.springframework.web.socket.config.annotationMethods in org.springframework.web.socket.config.annotation that return AbstractHandlerMappingModifier and TypeMethodDescriptionServletWebSocketHandlerRegistry.getHandlerMapping()WebMvcStompEndpointRegistry.getHandlerMapping()Return a handler mapping with the mapped ViewControllers.
- 
Uses of AbstractHandlerMapping in org.springframework.web.socket.server.supportSubclasses of AbstractHandlerMapping in org.springframework.web.socket.server.supportModifier and TypeClassDescriptionclassExtension ofSimpleUrlHandlerMappingwith support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler.