org.jboss.dtf.testframework.dtfweb
Class DownloadReport

java.lang.Object
  extended by HttpServlet
      extended by org.jboss.dtf.testframework.dtfweb.DownloadReport

public class DownloadReport
extends HttpServlet


Constructor Summary
DownloadReport()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadReport

public DownloadReport()
Method Detail

init

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

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException