Uses of Class
com.google.gwt.http.client.UrlBuilder
-
Packages that use UrlBuilder 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. -
-
Uses of UrlBuilder in com.google.gwt.http.client
Methods in com.google.gwt.http.client that return UrlBuilder Modifier and Type Method Description UrlBuilderUrlBuilder. removeParameter(java.lang.String name)Remove a query parameter from the map.UrlBuilderUrlBuilder. setHash(java.lang.String hash)Set the hash portion of the location (ex.UrlBuilderUrlBuilder. setHost(java.lang.String host)Set the host portion of the location (ex.UrlBuilderUrlBuilder. setParameter(java.lang.String key, java.lang.String... values)Set a query parameter to a list of values.UrlBuilderUrlBuilder. setPath(java.lang.String path)Set the path portion of the location (ex.UrlBuilderUrlBuilder. setPort(int port)Set the port to connect to.UrlBuilderUrlBuilder. setProtocol(java.lang.String protocol)Set the protocol portion of the location (ex. -
Uses of UrlBuilder in com.google.gwt.user.client
Methods in com.google.gwt.user.client that return UrlBuilder Modifier and Type Method Description static UrlBuilderWindow.Location. createUrlBuilder()Create aUrlBuilderbased on thisWindow.Location.
-