Uses of Interface
org.springframework.web.method.support.UriComponentsContributor
Package
Description
Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of UriComponentsContributor in org.springframework.web.method.annotation
Modifier and TypeClassDescriptionclass
Resolves method arguments annotated with @RequestParam
, arguments of typeMultipartFile
in conjunction with Spring'sMultipartResolver
abstraction, and arguments of typejakarta.servlet.http.Part
in conjunction with Servlet multipart requests. -
Uses of UriComponentsContributor in org.springframework.web.method.support
Modifier and TypeClassDescriptionclass
AUriComponentsContributor
containing a list of other contributors to delegate to and also encapsulating a specificConversionService
to use for formatting method argument values as Strings.ModifierConstructorDescriptionCompositeUriComponentsContributor
(UriComponentsContributor... contributors) Create an instance from a collection ofUriComponentsContributors
orHandlerMethodArgumentResolvers
. -
Uses of UriComponentsContributor in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
Resolves method arguments annotated with an @PathVariable
.