Class ParsedUri
java.lang.Object
org.jolokia.jvmagent.ParsedUri
Enhanced URI class in order to provide means to get to the query string
and the request parameters
- Since:
- Mar 21, 2010
- Author:
- roland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String name) Get a single parameter of the parsed URIGet the map with parsed parameters as key-value pairs, where the value is multi valued (array of value)Return the pathinfo fo this query objectgetUri()Get the complete URI which was parsedtoString()
-
Constructor Details
-
ParsedUri
-
-
Method Details
-
getPathInfo
-
getUri
-
getParameter
-
getParameterMap
-
toString
-