类的使用
org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
使用RequestMappingInfoHandlerMapping的程序包 程序包 说明 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.servlet.mvc.method.annotation中RequestMappingInfoHandlerMapping的使用
org.springframework.web.servlet.mvc.method.annotation中RequestMappingInfoHandlerMapping的子类 修饰符和类型 类 说明 classRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.