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