Class Location
- java.lang.Object
-
- com.axellience.vueroutergwt.client.Location
-
@JsType(isNative=true, namespace="<global>", name="Object") public final class Location extends Object- Author:
- Adrien Baron
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHash()StringgetName()jsinterop.base.JsPropertyMap<String>getParams()StringgetPath()jsinterop.base.JsPropertyMap<String>getQuery()booleanisAppend()booleanisReplace()LocationsetAppend(boolean append)LocationsetHash(String hash)LocationsetName(String name)LocationsetParam(String key, String value)LocationsetParams(jsinterop.base.JsPropertyMap<String> params)LocationsetPath(String path)LocationsetQuery(jsinterop.base.JsPropertyMap<String> query)LocationsetQueryParameter(String key, String value)LocationsetReplace(boolean replace)
-
-
-
Method Detail
-
getName
@JsOverlay public final String getName()
-
getPath
@JsOverlay public final String getPath()
-
getHash
@JsOverlay public final String getHash()
-
getQuery
@JsOverlay public final jsinterop.base.JsPropertyMap<String> getQuery()
-
getParams
@JsOverlay public final jsinterop.base.JsPropertyMap<String> getParams()
-
isAppend
@JsOverlay public final boolean isAppend()
-
setAppend
@JsOverlay public final Location setAppend(boolean append)
-
isReplace
@JsOverlay public final boolean isReplace()
-
setReplace
@JsOverlay public final Location setReplace(boolean replace)
-
-