Package | Description |
---|---|
org.springframework.web.bind.annotation |
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.portlet.bind.annotation |
Annotations for binding portlet requests to handler methods.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.condition |
Common MVC logic for matching incoming requests based on conditions.
|
Class and Description |
---|
Mapping
Meta annotation that indicates a web mapping annotation.
|
RequestMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
RequestMapping
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
|
Class and Description |
---|
Mapping
Meta annotation that indicates a web mapping annotation.
|
Class and Description |
---|
RequestMapping
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
|
ResponseStatus
Marks a method or exception class with the status code and reason that should be returned.
|
Class and Description |
---|
RequestMethod
Java 5 enumeration of HTTP request methods.
|
Copyright © 2014. All Rights Reserved.