程序包的使用
org.springframework.web.servlet.mvc.method
使用org.springframework.web.servlet.mvc.method的程序包 程序包 说明 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.org.springframework.web.servlet.mvc.method使用的org.springframework.web.servlet.mvc.method中的类 类 说明 RequestMappingInfo Request mapping information.RequestMappingInfo.Builder Defines a builder for creating a RequestMappingInfo.RequestMappingInfo.BuilderConfiguration Container for configuration options used for request mapping purposes.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.web.servlet.mvc.method中的类 类 说明 AbstractHandlerMethodAdapter Abstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.RequestMappingInfo Request mapping information.RequestMappingInfoHandlerMapping Abstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.