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.annotation
package.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 class
RequestMappingHandlerMapping
CreatesRequestMappingInfo
instances from type and method-level@RequestMapping
annotations in@Controller
classes.