public class Location extends Object
Modifier and Type | Field and Description |
---|---|
String |
hash |
String |
host |
String |
hostname |
String |
href |
String |
origin |
String |
pathname |
String |
port |
String |
protocol |
static Location |
prototype |
String |
search |
constructor
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
void |
assign(String url) |
void |
reload() |
void |
reload(Boolean forcedReload) |
void |
replace(String url) |
String |
toString()
Returns a string representation of an object.
|
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, valueOf
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 static Location prototype