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.

Constructor Index

 o HttpUtils()

Method Index

 o parseQueryString(String)
Parses a query string and builds a hashtable of key, value pairs.

Constructors

 o HttpUtils
  public HttpUtils()

Methods

 o 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