Uses of Class
com.google.gwt.http.client.UrlBuilder
Package
Description
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
Fundamental user-interface classes used in client-side GWT code.
-
Uses of UrlBuilder in com.google.gwt.http.client
Modifier and TypeMethodDescriptionUrlBuilder.removeParameter
(String name) Remove a query parameter from the map.Set the hash portion of the location (ex.Set the host portion of the location (ex.UrlBuilder.setParameter
(String key, String... values) Set a query parameter to a list of values.Set the path portion of the location (ex.UrlBuilder.setPort
(int port) Set the port to connect to.UrlBuilder.setProtocol
(String protocol) Set the protocol portion of the location (ex. -
Uses of UrlBuilder in com.google.gwt.user.client
Modifier and TypeMethodDescriptionstatic UrlBuilder
Window.Location.createUrlBuilder()
Create aUrlBuilder
based on thisWindow.Location
.