Uses of Package
org.springframework.web.servlet.mvc.method
Packages that use org.springframework.web.servlet.mvc.method Package Description 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.Classes in org.springframework.web.servlet.mvc.method used by org.springframework.web.servlet.mvc.method Class Description RequestMappingInfo Request mapping information.RequestMappingInfo.Builder Defines a builder for creating a RequestMappingInfo.RequestMappingInfo.BuilderConfiguration Container for configuration options used for request mapping purposes.Classes in org.springframework.web.servlet.mvc.method used by org.springframework.web.servlet.mvc.method.annotation Class Description 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.