Package org.springframework.web.servlet.mvc.method
Servlet-based infrastructure for handler method processing, building on the
org.springframework.web.method package.Interface Summary Interface Description RequestMappingInfo.Builder Defines a builder for creating a RequestMappingInfo.Class Summary Class Description AbstractHandlerMethodAdapter Abstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.RequestMappingInfo ARequestConditionthat consists of the following other conditions:PatternsRequestConditionRequestMethodsRequestConditionParamsRequestConditionHeadersRequestConditionConsumesRequestConditionProducesRequestConditionRequestCondition(optional, custom request condition)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.