GWT 2.7.0

Uses of Class
com.google.gwt.http.client.UrlBuilder

Packages that use UrlBuilder
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
 UrlBuilder UrlBuilder.removeParameter(java.lang.String name)
          Remove a query parameter from the map.
 UrlBuilder UrlBuilder.setHash(java.lang.String hash)
          Set the hash portion of the location (ex.
 UrlBuilder UrlBuilder.setHost(java.lang.String host)
          Set the host portion of the location (ex.
 UrlBuilder UrlBuilder.setParameter(java.lang.String key, java.lang.String... values)
           Set a query parameter to a list of values.
 UrlBuilder UrlBuilder.setPath(java.lang.String path)
          Set the path portion of the location (ex.
 UrlBuilder UrlBuilder.setPort(int port)
          Set the port to connect to.
 UrlBuilder UrlBuilder.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
static UrlBuilder Window.Location.createUrlBuilder()
          Create a UrlBuilder based on this Window.Location.
 


GWT 2.7.0