Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Packages that use AbstractHandlerMethodMapping Package Description 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.Uses of AbstractHandlerMethodMapping in org.springframework.web.servlet.mvc.method
Subclasses of AbstractHandlerMethodMapping 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 AbstractHandlerMethodMapping in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AbstractHandlerMethodMapping in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description classRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.