public class URIUtils extends Object
| Constructor and Description |
|---|
URIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
normalize(String absoluteURL)
This method removes "." or ".." from absolute URL.
|
static String |
resolveAsString(String href,
String documentBase) |
public static String normalize(String absoluteURL) throws MalformedURLException
absoluteURL - the absolute URI to normalizeMalformedURLExceptionCopyright © 2018. All rights reserved.