public class Location
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
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> |
origin |
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<String> |
search |
| Modifier | Constructor and Description |
|---|---|
protected |
Location(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static Location |
$as(Object obj) |
void |
assign(String url) |
String |
hash() |
String |
host() |
String |
hostname() |
String |
href() |
String |
origin() |
String |
pathname() |
String |
port() |
String |
protocol() |
void |
reload() |
void |
reload(Boolean forcedReload) |
void |
replace(String url) |
String |
search() |
$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> hash
public net.java.html.lib.Objs.Property<String> host
public net.java.html.lib.Objs.Property<String> hostname
public net.java.html.lib.Objs.Property<String> href
public net.java.html.lib.Objs.Property<String> origin
public net.java.html.lib.Objs.Property<String> pathname
public net.java.html.lib.Objs.Property<String> port
public net.java.html.lib.Objs.Property<String> protocol
public net.java.html.lib.Objs.Property<String> search
protected Location(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public String hash()
public String host()
public String hostname()
public String href()
public String origin()
public String pathname()
public String port()
public String protocol()
public String search()
public void assign(String url)
public void reload(Boolean forcedReload)
public void reload()
public void replace(String url)
Copyright © 2021. All rights reserved.