Class java.servlet.http.HttpUtils
All Packages Class Hierarchy This Package Previous Next Index
Class java.servlet.http.HttpUtils
java.lang.Object
|
+----java.servlet.http.HttpUtils
- public class HttpUtils
- extends Object
A collection of static utility methods useful to HTTP servlets.
-
HttpUtils()
-
-
parseQueryString(String)
- Parses a query string and builds a hashtable of key, value pairs.
HttpUtils
public HttpUtils()
parseQueryString
public static Hashtable parseQueryString(String s)
- Parses a query string and builds a hashtable of key, value pairs.
Multiple parameters of the same name show up in the value as
a comma-delimited list.
- Throws: IllegalArgumentException
- If the query string is invalid.
All Packages Class Hierarchy This Package Previous Next Index