Class CompositeUriComponentsContributor

java.lang.Object
org.springframework.web.method.support.CompositeUriComponentsContributor
All Implemented Interfaces:
UriComponentsContributor

public class CompositeUriComponentsContributor extends Object implements UriComponentsContributor
A UriComponentsContributor containing a list of other contributors to delegate to and also encapsulating a specific ConversionService to use for formatting method argument values as Strings.
Since:
4.0
Author:
Rossen Stoyanchev, Juergen Hoeller, Sam Brannen