接口 UriTemplateHandler
- 所有已知子接口:
UriBuilderFactory
- 所有已知实现类:
AbstractUriTemplateHandler,DefaultUriBuilderFactory,DefaultUriTemplateHandler,RootUriTemplateHandler
public interface UriTemplateHandler
Defines methods for expanding a URI template with variables.
- 从以下版本开始:
- 4.0
- 作者:
- Rossen Stoyanchev, Harry Yang
- 另请参阅:
-
方法概要
-
方法详细资料
-
expand
Expand the given URI template with a map of URI variables.- 参数:
uriTemplate- the URI templateuriVariables- variable values- 返回:
- the created URI instance
-
expand
Expand the given URI template with an array of URI variables.- 参数:
uriTemplate- the URI templateuriVariables- variable values- 返回:
- the created URI instance
-