|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.http.HttpUtils
public class HttpUtils
| Constructor Summary | |
|---|---|
HttpUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.lang.StringBuffer |
getRequestURL(HttpServletRequest req)
Deprecated. Converts the request back to an original request URL. |
static java.util.Hashtable |
parsePostData(int length,
ServletInputStream is)
Deprecated. Parses POST data using www-form-urlencoding |
static java.util.Hashtable |
parseQueryString(java.lang.String query)
Deprecated. Converts a queryString to a hashtable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpUtils()
| Method Detail |
|---|
public static java.util.Hashtable parseQueryString(java.lang.String query)
public static java.util.Hashtable parsePostData(int length,
ServletInputStream is)
public static java.lang.StringBuffer getRequestURL(HttpServletRequest req)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||