public class Location extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
hash |
Objs.Property<String> |
host |
Objs.Property<String> |
hostname |
Objs.Property<String> |
href |
Objs.Property<String> |
origin |
Objs.Property<String> |
pathname |
Objs.Property<String> |
port |
Objs.Property<String> |
protocol |
Objs.Property<String> |
search |
Modifier | Constructor and Description |
---|---|
protected |
Location(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, valueOf
public Objs.Property<String> hash
public Objs.Property<String> host
public Objs.Property<String> hostname
public Objs.Property<String> href
public Objs.Property<String> origin
public Objs.Property<String> pathname
public Objs.Property<String> port
public Objs.Property<String> protocol
public Objs.Property<String> search
protected Location(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 © 2018. All rights reserved.