public final class UrlUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getStem(String baseURI)
Return everything in the path up to the last slash in a URI.
|
static Map<String,String> |
parseQueryString(String s)
Create a map from String to String that represents the contents of the query
portion of a URL.
|
Apache CXF