public class UriUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static URI |
expandPath(URI baseUri,
String pathToAppend)
Utility method that expands the path of the URI.
|
static URI |
replaceSubdomain(URI uri,
String subdomain)
Utility method that replaces the subdomain of the URI with the given
subdomain.
|
public static URI replaceSubdomain(@Nonnull URI uri, @Nullable String subdomain)
uri - the URI to be replaced.subdomain - of the tenant.Copyright © 2021. All rights reserved.