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.Object
ClassUrl
represents a Uniform Resource Locator.
-
-
Constructor Summary
Constructors Constructor Description Url()
Creates aUrl
object.Url(UrlUtils.Url url)
Creates aUrl
object from the specifiedUrl
object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a string representation of theUrl
object.
-
-
-
Constructor Detail
-
Url
Url()
Creates aUrl
object.
-
Url
Url(UrlUtils.Url url)
Creates aUrl
object from the specifiedUrl
object.- Parameters:
url
- aUrl
object.
-
-