Uses of Package
org.springframework.web.servlet.mvc.method
Packages that use 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.-
Classes in org.springframework.web.servlet.mvc.method used by org.springframework.web.servlet.mvc.methodClassDescriptionRequest mapping information.Defines a builder for creating a RequestMappingInfo.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.annotationClassDescriptionAbstract 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.