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.Annotations for declaring HTTP service request methods.
-
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. -