Uses of Package
org.springframework.web.servlet.mvc.method
Package
Description
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
ClassDescriptionRequest mapping information.Defines a builder for creating a RequestMappingInfo.Container for configuration options used for request mapping purposes.
-
ClassDescriptionAbstract base class for
HandlerAdapter
implementations that support handlers of typeHandlerMethod
.Request mapping information.Container for configuration options used for request mapping purposes.Abstract base class for classes for whichRequestMappingInfo
defines the mapping between a request and a handler method.