com.acme
Class Dump

java.lang.Object
  extended by HttpServlet
      extended by com.acme.Dump

public class Dump
extends HttpServlet

Dump Servlet Request.


Constructor Summary
Dump()
           
 
Method Summary
 void destroy()
           
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 String getServletInfo()
           
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dump

public Dump()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Throws:
ServletException
IOException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Throws:
ServletException
IOException

getServletInfo

public String getServletInfo()

destroy

public void destroy()


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.