Uses of Annotation Interface
org.springframework.web.bind.annotation.RequestMapping
Packages that use RequestMapping
Package
Description
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Uses of RequestMapping in org.springframework.web.bind.annotation
Classes in org.springframework.web.bind.annotation with annotations of type RequestMappingModifier and TypeClassDescription@interfaceAnnotation for mapping HTTPDELETErequests onto specific handler methods.@interfaceAnnotation for mapping HTTPGETrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPATCHrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPOSTrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPUTrequests onto specific handler methods.