Uses of Interface
org.springframework.web.method.support.UriComponentsContributor
Packages that use 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
Classes in org.springframework.web.method.annotation that implement UriComponentsContributorModifier and TypeClassDescriptionclassResolves method arguments annotated with @RequestParam, arguments of typeMultipartFilein conjunction with Spring'sMultipartResolverabstraction, and arguments of typejakarta.servlet.http.Partin conjunction with Servlet multipart requests. -
Uses of UriComponentsContributor in org.springframework.web.method.support
Classes in org.springframework.web.method.support that implement UriComponentsContributorModifier and TypeClassDescriptionclassAUriComponentsContributorcontaining a list of other contributors to delegate to and also encapsulating a specificConversionServiceto use for formatting method argument values as Strings.Constructors in org.springframework.web.method.support with parameters of type UriComponentsContributorModifierConstructorDescriptionCompositeUriComponentsContributor(UriComponentsContributor... contributors) Create an instance from a collection ofUriComponentsContributorsorHandlerMethodArgumentResolvers. -
Uses of UriComponentsContributor in org.springframework.web.servlet.mvc.method.annotation
Classes in org.springframework.web.servlet.mvc.method.annotation that implement UriComponentsContributorModifier and TypeClassDescriptionclassResolves method arguments annotated with an @PathVariable.