程序包 org.springframework.web.servlet.mvc.method
Servlet-based infrastructure for handler method processing, building on the
org.springframework.web.method package.接口概要 接口 说明 RequestMappingInfo.Builder Defines a builder for creating a RequestMappingInfo.类概要 类 说明 AbstractHandlerMethodAdapter Abstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.RequestMappingInfo Request mapping information.RequestMappingInfo.BuilderConfiguration Container for configuration options used for request mapping purposes.RequestMappingInfoHandlerMapping Abstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.RequestMappingInfoHandlerMethodMappingNamingStrategy AHandlerMethodMappingNamingStrategyforRequestMappingInfo-based handler method mappings.