public class URLParamUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
URLParamUtil.ParamBuilder |
| Constructor and Description |
|---|
URLParamUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createQueryString(String... params) |
static String |
encode(Map<String,String> params) |
static int |
getIntParam(URIFactory uriFactory,
Exchange exc,
String name) |
static Map<String,String> |
getParams(URIFactory uriFactory,
Exchange exc) |
static String |
getStringParam(URIFactory uriFactory,
Exchange exc,
String name) |
static Map<String,String> |
parseQueryString(String query) |
public static Map<String,String> getParams(URIFactory uriFactory, Exchange exc) throws Exception
Exceptionpublic static String getStringParam(URIFactory uriFactory, Exchange exc, String name) throws Exception
Exceptionpublic static int getIntParam(URIFactory uriFactory, Exchange exc, String name) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.