Class DefaultUriBuilderFactory

java.lang.Object
org.springframework.web.util.DefaultUriBuilderFactory
All Implemented Interfaces:
UriBuilderFactory, UriTemplateHandler

public class DefaultUriBuilderFactory extends Object implements UriBuilderFactory
UriBuilderFactory that relies on UriComponentsBuilder for the actual building of the URI.

Provides options to create UriBuilder instances with a common base URI, alternative encoding mode strategies, among others.

Since:
5.0
Author:
Rossen Stoyanchev
See Also: