接口 UriBuilderFactory
- 所有超级接口:
UriTemplateHandler
- 所有已知实现类:
DefaultUriBuilderFactory
Factory to create
UriBuilder instances with shared configuration
such as a base URI, an encoding mode strategy, and others across all URI
builder instances created through a factory.- 从以下版本开始:
- 4.0
- 作者:
- Rossen Stoyanchev
- 另请参阅:
-
方法概要
修饰符和类型方法说明builder()Create a URI builder with default settings.Initialize a builder with the given URI template.从接口继承的方法 cn.taketoday.web.util.UriTemplateHandler
expand, expand
-
方法详细资料
-
uriString
Initialize a builder with the given URI template.- 参数:
uriTemplate- the URI template to use- 返回:
- the builder instance
-
builder
UriBuilder builder()Create a URI builder with default settings.- 返回:
- the builder instance
-