Uses of Package
org.springframework.web.bind.annotation
Packages that use 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.- 
Classes in org.springframework.web.bind.annotation used by org.springframework.web.bind.annotationClassDescriptionSpecialization of@Componentfor classes that declare@ExceptionHandler,@InitBinder, or@ModelAttributemethods to be shared across multiple@Controllerclasses.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.
- 
Classes in org.springframework.web.bind.annotation used by org.springframework.web.methodClassDescriptionSpecialization of@Componentfor classes that declare@ExceptionHandler,@InitBinder, or@ModelAttributemethods to be shared across multiple@Controllerclasses.
- 
- 
- 
Classes in org.springframework.web.bind.annotation used by org.springframework.web.reactive.result.method.annotationClassDescriptionAnnotation 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.
- 
- 
Classes in org.springframework.web.bind.annotation used by org.springframework.web.servlet.mvc.annotationClassDescriptionMarks a method or exception class with the statusResponseStatus.code()andResponseStatus.reason()that should be returned.
- 
- 
- 
Classes in org.springframework.web.bind.annotation used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionAnnotation 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.