Java javax.servlet.http HttpUtils fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.http HttpUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.http HttpUtils.

The text is from its open source code.

Method

StringBuffergetRequestURL(HttpServletRequest req)
Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
HashtableparseQueryString(String s)
Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.