Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerMapping
Packages that use AbstractHandlerMapping Package Description org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.function.support Classes supporting theorg.springframework.web.servlet.functionpackage.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.Uses of AbstractHandlerMapping in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return AbstractHandlerMapping Modifier and Type Method Description protected 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.support
Subclasses of AbstractHandlerMapping in org.springframework.web.servlet.function.support Modifier and Type Class Description classRouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions.Uses of AbstractHandlerMapping in org.springframework.web.servlet.handler
Subclasses of AbstractHandlerMapping in org.springframework.web.servlet.handler Modifier and Type Class Description classAbstractDetectingUrlHandlerMappingAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classAbstractHandlerMethodMapping<T>Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstractUrlHandlerMappingAbstract base class for URL-mappedHandlerMappingimplementations.classBeanNameUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to request handler beans.Uses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.method
Subclasses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.method Modifier and Type Class Description classRequestMappingInfoHandlerMappingAbstract 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.annotation
Subclasses of AbstractHandlerMapping in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description classRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.Uses of AbstractHandlerMapping in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation that return AbstractHandlerMapping Modifier and Type Method Description AbstractHandlerMappingServletWebSocketHandlerRegistry. getHandlerMapping()AbstractHandlerMappingWebMvcStompEndpointRegistry. getHandlerMapping()Return a handler mapping with the mapped ViewControllers.Uses of AbstractHandlerMapping in org.springframework.web.socket.server.support
Subclasses of AbstractHandlerMapping in org.springframework.web.socket.server.support Modifier and Type Class Description classWebSocketHandlerMappingAn extension ofSimpleUrlHandlerMappingthat is also aSmartLifecyclecontainer and propagates start and stop calls to any handlers that implementLifecycle.