Package | Description |
---|---|
com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
Modifier and Type | Method and Description |
---|---|
UrlBuilder |
UrlBuilder.removeParameter(String name)
Remove a query parameter from the map.
|
UrlBuilder |
UrlBuilder.setHash(String hash)
Set the hash portion of the location (ex.
|
UrlBuilder |
UrlBuilder.setHost(String host)
Set the host portion of the location (ex.
|
UrlBuilder |
UrlBuilder.setParameter(String key,
String... values)
Set a query parameter to a list of values.
|
UrlBuilder |
UrlBuilder.setPath(String path)
Set the path portion of the location (ex.
|
UrlBuilder |
UrlBuilder.setPort(int port)
Set the port to connect to.
|
UrlBuilder |
UrlBuilder.setProtocol(String protocol)
Set the protocol portion of the location (ex.
|
Modifier and Type | Method and Description |
---|---|
static UrlBuilder |
Window.Location.createUrlBuilder()
Create a
UrlBuilder based on this Window.Location . |
Copyright © 2018. All rights reserved.