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.Support classes for annotation-based handler method processing.
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 to indicate that a method parameter is bound to an HTTP cookie.Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.Annotation which indicates that a method parameter should be bound to a URI template variable.Annotation indicating a method parameter should be bound to the body of the web request.Annotation which indicates that a method parameter should be bound to a web request header.Annotation which indicates that a method parameter should be bound to a web request parameter.Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
-
-
-
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.