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.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
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.
|
Class and Description |
---|
ExceptionHandler
Annotation for handling exceptions in specific handler classes and/or
handler methods.
|
RequestMapping
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
|
Copyright © 2015. All rights reserved.