public final class URIQuery
extends Object
Represents URI parameters described with ?param=value¶m2=value2
in the URL.
-
Constructor Summary
Constructors
-
Method Summary
Obtain an URI parameter by key.
-
Constructor Details
-
-
URIQuery
public URIQuery
(String fromURI)
-
Method Details
-
get
Obtain an URI parameter by key.
- Parameters:
key
- Case-sensitive key, eg. 'param' in ?param=value¶m2=value2
- Returns:
- The value in the URL or empty if key is not specified in the URL.
-
-