All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.node.url.Url Maven / Gradle / Ivy

The newest version!
package net.java.html.lib.node.url;
public class Url extends net.java.html.lib.Objs {
  protected Url(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(Url.class);
    }
    @Override
    public Url create(java.lang.Object obj) {
      return obj == null ? null : new Url(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static Url $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property href = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "href");
  public java.lang.String href() { return href.get(); }
  public net.java.html.lib.Objs.Property protocol = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "protocol");
  public java.lang.String protocol() { return protocol.get(); }
  public net.java.html.lib.Objs.Property auth = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "auth");
  public java.lang.String auth() { return auth.get(); }
  public net.java.html.lib.Objs.Property hostname = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "hostname");
  public java.lang.String hostname() { return hostname.get(); }
  public net.java.html.lib.Objs.Property port = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "port");
  public java.lang.String port() { return port.get(); }
  public net.java.html.lib.Objs.Property host = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "host");
  public java.lang.String host() { return host.get(); }
  public net.java.html.lib.Objs.Property pathname = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "pathname");
  public java.lang.String pathname() { return pathname.get(); }
  public net.java.html.lib.Objs.Property search = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "search");
  public java.lang.String search() { return search.get(); }
  public net.java.html.lib.Objs.Property query = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "query");
  public net.java.html.lib.Objs.Property slashes = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "slashes");
  public java.lang.Boolean slashes() { return slashes.get(); }
  public net.java.html.lib.Objs.Property hash = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "hash");
  public java.lang.String hash() { return hash.get(); }
  public net.java.html.lib.Objs.Property path = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "path");
  public java.lang.String path() { return path.get(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy