|
|
@ -584,8 +584,9 @@ public class UriComponentsBuilder implements Cloneable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Append the given path segments to the existing path of this builder. |
|
|
|
* Append path segments to the existing path. Each path segment may contain |
|
|
|
* Each given path segment may contain URI template variables. |
|
|
|
* URI template variables and should not contain any slashes. |
|
|
|
|
|
|
|
* Use {@code path("/")} subsequently to ensure a trailing slash. |
|
|
|
* @param pathSegments the URI path segments |
|
|
|
* @param pathSegments the URI path segments |
|
|
|
* @return this UriComponentsBuilder |
|
|
|
* @return this UriComponentsBuilder |
|
|
|
*/ |
|
|
|
*/ |
|
|
|