|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.owasp.validator.html.util.URIUtils
public class URIUtils
A utility class for URI handling
| Constructor Summary | |
|---|---|
URIUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
normalize(java.lang.String absoluteURL)
This method removes "." or ".." from absolute URL. |
static java.lang.String |
resolveAsString(java.lang.String href,
java.lang.String documentBase)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URIUtils()
| Method Detail |
|---|
public static java.lang.String resolveAsString(java.lang.String href,
java.lang.String documentBase)
public static java.lang.String normalize(java.lang.String absoluteURL)
throws java.net.MalformedURLException
absoluteURL - the absolute URI to normalize
java.net.MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||