Package org.htmlunit.util
Class UrlUtils.Url
java.lang.Object
org.htmlunit.util.UrlUtils.Url
- Enclosing class:
UrlUtils
Class
Url
represents a Uniform Resource Locator.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUrl()
Creates aUrl
object.Url
(UrlUtils.Url url) Creates aUrl
object from the specifiedUrl
object. -
Method Summary
-
Field Details
-
scheme_
-
location_
-
path_
-
parameters_
-
query_
-
fragment_
-
-
Constructor Details
-
Url
Url()Creates aUrl
object. -
Url
Url(UrlUtils.Url url) Creates aUrl
object from the specifiedUrl
object.- Parameters:
url
- aUrl
object.
-
-
Method Details