Uses of Class
org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Packages that use RequestMappingInfoHandlerMapping Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of RequestMappingInfoHandlerMapping in org.springframework.web.servlet.mvc.method.annotation
Subclasses of RequestMappingInfoHandlerMapping in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description classRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.