public class ParsedUri extends Object
Constructor and Description |
---|
ParsedUri(URI pUri,
String... pContext)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getParameter(String name)
Get a single parameter of the parsed URI
|
Map<String,String[]> |
getParameterMap()
Get the map with parsed parameters as key-value pairs, where the value is multi valued
(array of value)
|
String |
getPathInfo()
Return the pathinfo fo this query object
|
URI |
getUri()
Get the complete URI which was parsed
|
String |
toString() |
public String getPathInfo()
public URI getUri()
public String getParameter(String name)
name
- parameter namenull
if no such parameter is storedpublic Map<String,String[]> getParameterMap()
Copyright © 2019. All rights reserved.