Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Packages that use AbstractHandlerMethodMapping
Package
Description
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.- 
Uses of AbstractHandlerMethodMapping in org.springframework.web.servlet.mvc.methodSubclasses of AbstractHandlerMethodMapping 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 AbstractHandlerMethodMapping in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclassCreatesRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations in@Controllerclasses.