Uses of Package
org.springframework.web.method.annotation
Package
Description
Support classes for annotation-based handler method processing.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support package for MVC controllers.
-
ClassDescriptionAbstract base class for resolving method arguments from a named value.Represents the information about a named value, including name, whether it's required and a default value.
@ExceptionHandler
mapping information.Contract to handle validation results with callbacks by controller method parameter type, withHandlerMethodValidationException.Visitor.other(org.springframework.validation.method.ParameterValidationResult)
serving as the fallthrough.Manages controller-specific session attributes declared via@SessionAttributes
. -
-
ClassDescriptionA base abstract class to resolve method arguments annotated with
@CookieValue
.Abstract base class for resolving method arguments from a named value.Represents the information about a named value, including name, whether it's required and a default value.An abstract base class adapting aWebArgumentResolver
to theHandlerMethodArgumentResolver
contract.Discovers @ExceptionHandler methods in a given class, including all of its superclasses, and helps to resolve a givenException
andMediaType
requested by clients to combinations supported by a givenMethod
.ResponseStatusException
that is alsoMethodValidationResult
.Adds initialization to a WebDataBinder via@InitBinder
methods.Resolve@ModelAttribute
annotated method arguments and handle return values from@ModelAttribute
annotated methods. -