org.dbforms.util
Class ServletUtil

java.lang.Object
  extended by org.dbforms.util.ServletUtil

public class ServletUtil
extends Object

Servlet Utility class

Author:
Luca Fossato

Constructor Summary
ServletUtil()
           
 
Method Summary
static String dumpRequest(HttpServletRequest req)
          Dumps all the incoming HttpServletRequest informations.
static String dumpRequest(HttpServletRequest req, String returnToken)
          Dumps all the incoming HttpServletRequest informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletUtil

public ServletUtil()
Method Detail

dumpRequest

public static String dumpRequest(HttpServletRequest req)
Dumps all the incoming HttpServletRequest informations.

Parameters:
req - the input HttpServletRequest object to dump
Returns:
a string with dumped information

dumpRequest

public static String dumpRequest(HttpServletRequest req,
                                 String returnToken)
Dumps all the incoming HttpServletRequest informations.

Parameters:
req - the input HttpServletRequest object to dump
Returns:
a string with dumped information


Copyright © 2002-2006 DbForms. All Rights Reserved.