Class UrlUtils.Url

java.lang.Object
org.htmlunit.util.UrlUtils.Url
Enclosing class:
UrlUtils

private static class UrlUtils.Url extends Object
Class Url represents a Uniform Resource Locator.
  • Field Details

    • scheme_

      private String scheme_
    • location_

      private String location_
    • path_

      private String path_
    • parameters_

      private String parameters_
    • query_

      private String query_
    • fragment_

      private String fragment_
  • Constructor Details

    • Url

      Url()
      Creates a Url object.
    • Url

      Url(UrlUtils.Url url)
      Creates a Url object from the specified Url object.
      Parameters:
      url - a Url object.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of the Url object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of the Url object.