public class URIUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
URI_PATH_DELIMITER |
Constructor and Description |
---|
URIUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
extractMatrixParams(String path,
Map<String,Map<String,String>> matrixParams) |
static BMap<String,BValue> |
getMatrixParamsMap(String path,
org.wso2.transport.http.netty.message.HttpCarbonMessage carbonMessage) |
static String[] |
getPathSegments(String path) |
static String |
getSubPath(String path,
String basePath) |
static void |
populateQueryParamMap(String queryParamString,
BMap<String,BString> queryParamsMap) |
public static final String URI_PATH_DELIMITER
public static void populateQueryParamMap(String queryParamString, BMap<String,BString> queryParamsMap) throws UnsupportedEncodingException
UnsupportedEncodingException
public static BMap<String,BValue> getMatrixParamsMap(String path, org.wso2.transport.http.netty.message.HttpCarbonMessage carbonMessage)
Copyright © 2019 WSO2. All rights reserved.