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 aUrlobject.Url(UrlUtils.Url url) Creates aUrlobject from the specifiedUrlobject. -
Method Summary
-
Field Details
-
scheme_
-
location_
-
path_
-
parameters_
-
query_
-
fragment_
-
-
Constructor Details
-
Url
Url()Creates aUrlobject. -
Url
Url(UrlUtils.Url url) Creates aUrlobject from the specifiedUrlobject.- Parameters:
url- aUrlobject.
-
-
Method Details
-
toString
-