public final class WebUtil extends Object
| Constructor and Description |
|---|
WebUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
buildQueryStringMap(javax.servlet.http.HttpServletRequest request)
Creates a Map of query string key and value parameters from the
given request
|
static Map<String,String> |
buildQueryStringMap(String queryString)
Creates a Map of query string key and value parameters from the
given query string.
|
static String |
getQueryStringForMap(Map<String,String> map)
Returns the query string for a given map of key and value pairs
|
public static Map<String,String> buildQueryStringMap(javax.servlet.http.HttpServletRequest request)
request - the requestpublic static Map<String,String> buildQueryStringMap(String queryString)
queryString - the query stringCopyright © 2005–2016 Alfresco Software. All rights reserved.