public class Url
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<String> |
auth |
net.java.html.lib.Objs.Property<String> |
hash |
net.java.html.lib.Objs.Property<String> |
host |
net.java.html.lib.Objs.Property<String> |
hostname |
net.java.html.lib.Objs.Property<String> |
href |
net.java.html.lib.Objs.Property<String> |
path |
net.java.html.lib.Objs.Property<String> |
pathname |
net.java.html.lib.Objs.Property<String> |
port |
net.java.html.lib.Objs.Property<String> |
protocol |
net.java.html.lib.Objs.Property<Object> |
query |
net.java.html.lib.Objs.Property<String> |
search |
net.java.html.lib.Objs.Property<Boolean> |
slashes |
| Modifier | Constructor and Description |
|---|---|
protected |
Url(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static Url |
$as(Object obj) |
String |
auth() |
String |
hash() |
String |
host() |
String |
hostname() |
String |
href() |
String |
path() |
String |
pathname() |
String |
port() |
String |
protocol() |
String |
search() |
Boolean |
slashes() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<String> href
public net.java.html.lib.Objs.Property<String> protocol
public net.java.html.lib.Objs.Property<String> auth
public net.java.html.lib.Objs.Property<String> hostname
public net.java.html.lib.Objs.Property<String> port
public net.java.html.lib.Objs.Property<String> host
public net.java.html.lib.Objs.Property<String> pathname
public net.java.html.lib.Objs.Property<String> search
public net.java.html.lib.Objs.Property<Object> query
public net.java.html.lib.Objs.Property<Boolean> slashes
public net.java.html.lib.Objs.Property<String> hash
public net.java.html.lib.Objs.Property<String> path
protected Url(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public String href()
public String protocol()
public String auth()
public String hostname()
public String port()
public String host()
public String pathname()
public String search()
public Boolean slashes()
public String hash()
public String path()
Copyright © 2016. All rights reserved.