public final class URISpecification extends Object
Modifier and Type | Method and Description |
---|---|
static String |
escapeURI(String uri)
Escapes any illegal URI character in a given URI, for example, it escapes a space to "%20".
|
static String |
getURL(String href)
Get the URL string from a wrapped URL.
|
public static String getURL(String href)
href
- the input wrapped URLpublic static String escapeURI(String uri)
uri
- the URI to inspectCopyright © 2025 Apache Software Foundation. All rights reserved.