public class QueryStringUtil extends Object
Constructor and Description |
---|
QueryStringUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
extractParams(URL link)
Extracts parameters from the query string portion of the supplied URL
and inserts these into a map.
|
static Map<String,String> |
toMap(String queryString)
Parses the supplied query string and inserts the specified parameters into a map.
|
static String |
toString(Map<String,String> params)
Returns a query string representation of the supplied parameters.
|
public static Map<String,String> toMap(String queryString)
queryString
- query string to parsepublic static Map<String,String> extractParams(URL link)
link
- URL to extra parameters fromCopyright © 2003–2019 Atlassian. All rights reserved.