| Package | Description |
|---|---|
| org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
| 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 |
|---|
| AbstractNamedValueMethodArgumentResolver
Abstract base class for resolving method arguments from a named value.
|
| AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Represents the information about a named value, including name, whether it's required and a default value.
|
| SessionAttributesHandler
Manages controller-specific session attributes declared via
@SessionAttributes. |
| Class and Description |
|---|
| AbstractCookieValueMethodArgumentResolver
A base abstract class to resolve method arguments annotated with
@CookieValue. |
| AbstractNamedValueMethodArgumentResolver
Abstract base class for resolving method arguments from a named value.
|
| AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Represents the information about a named value, including name, whether it's required and a default value.
|
| AbstractWebArgumentResolverAdapter
An abstract base class adapting a
WebArgumentResolver to the
HandlerMethodArgumentResolver contract. |
| InitBinderDataBinderFactory
Adds initialization to a WebDataBinder via
@InitBinder methods. |
| ModelAttributeMethodProcessor
Resolves method arguments annotated with
@ModelAttribute and handles
return values from methods annotated with @ModelAttribute. |
Copyright © 2015. All rights reserved.