Package org.htmlunit.util
Class UrlUtils.Url
- java.lang.Object
-
- org.htmlunit.util.UrlUtils.Url
-
- Enclosing class:
- UrlUtils
private static class UrlUtils.Url extends java.lang.ObjectClassUrlrepresents a Uniform Resource Locator.
-
-
Constructor Summary
Constructors Constructor Description Url()Creates aUrlobject.Url(UrlUtils.Url url)Creates aUrlobject from the specifiedUrlobject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Returns a string representation of theUrlobject.
-
-
-
Constructor Detail
-
Url
Url()
Creates aUrlobject.
-
Url
Url(UrlUtils.Url url)
Creates aUrlobject from the specifiedUrlobject.- Parameters:
url- aUrlobject.
-
-