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