Uses of Package
org.springframework.web.bind.annotation
Package
Description
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.RequestCondition
and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Annotations for declaring HTTP service request methods.
Support package for annotation-based Servlet MVC controllers.
Common MVC logic for matching incoming requests based on conditions.
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.-
ClassDescriptionSpecialization of
@Component
for classes that declare@ExceptionHandler
,@InitBinder
, or@ModelAttribute
methods to be shared across multiple@Controller
classes.Meta annotation that indicates a web mapping annotation.Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.Enumeration of HTTP request methods.Annotation that indicates a method return value should be bound to the web response body. -
ClassDescriptionSpecialization of
@Component
for classes that declare@ExceptionHandler
,@InitBinder
, or@ModelAttribute
methods to be shared across multiple@Controller
classes. -
-
-
ClassDescriptionAnnotation for handling exceptions in specific handler classes and/or handler methods.Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
-
-
ClassDescriptionMarks a method or exception class with the status
ResponseStatus.code()
andResponseStatus.reason()
that should be returned. -
-
-
ClassDescriptionAnnotation for handling exceptions in specific handler classes and/or handler methods.Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.