search

goog.Uri.QueryData

Provided By

Class used to represent URI query parameters. It is essentially a hash of name-value pairs, though a name can be present more than once.

Has the same interface as the collections in goog.structs.

new QueryData( opt_query, opt_ignoreCase )

Parameters
opt_query(string|null)=

Optional encoded query string to parse into the object.

opt_ignoreCaseboolean=

If true, ignore the case of the parameter name in #get.

Instance Methods

Static Functions