com.xmlserv.util
Class HttpUtil

java.lang.Object
  |
  +--com.xmlserv.util.HttpUtil

public class HttpUtil
extends java.lang.Object


Constructor Summary
HttpUtil()
           
 
Method Summary
static java.lang.String toString(javax.servlet.http.HttpServletRequest req)
          Format the parameters as key: value lines and return the string value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpUtil

public HttpUtil()
Method Detail

toString

public static java.lang.String toString(javax.servlet.http.HttpServletRequest req)
Format the parameters as key: value lines and return the string value.