Package | Description |
---|---|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.method.support |
Generic support classes for 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. |
Modifier and Type | Class and Description |
---|---|
class |
RequestParamMethodArgumentResolver
Resolves method arguments annotated with @
RequestParam , arguments of
type MultipartFile in conjunction with Spring's MultipartResolver
abstraction, and arguments of type javax.servlet.http.Part in conjunction
with Servlet 3.0 multipart requests. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeUriComponentsContributor
A
UriComponentsContributor containing a list of other contributors
to delegate and also encapsulating a specific ConversionService to
use for formatting method argument values to Strings. |
Constructor and Description |
---|
CompositeUriComponentsContributor(UriComponentsContributor... contributors)
Create an instance from a collection of
UriComponentsContributors or
HandlerMethodArgumentResolvers . |
Modifier and Type | Class and Description |
---|---|
class |
PathVariableMethodArgumentResolver
Resolves method arguments annotated with an @
PathVariable . |