| Modifier and Type | Method and Description |
|---|---|
Link |
Link.Builder.build(Object... values)
Finish building this link using the supplied values as URI parameters.
|
Link |
Link.Builder.buildRelativized(URI uri,
Object... values)
Finish building this link using the supplied values as URI parameters
and relativize the result with respect to the supplied URI.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static BaseUriBuilder |
BaseUriBuilder.fromLink(Link link)
Create a new instance initialized from a Link.
|
Link.Builder |
Link.Builder.link(Link link)
Initialize builder using another link.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.