public final class UrlResolver extends Object
| Constructor and Description |
|---|
UrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
static String |
resolveUrl(String baseUrl,
String relativeUrl)
Resolves a given relative URL against a base URL.
|
public static String resolveUrl(String baseUrl, String relativeUrl)
baseUrl - The base URL in which to resolve the specification.relativeUrl - The relative URL to resolve against the base URL.Copyright © 2015. All rights reserved.