com.antiaction.mayhem.httpd.servlets
Class SendFileContent

java.lang.Object
  extended by com.antiaction.mayhem.httpd.servlets.SendFileContent

public class SendFileContent
extends java.lang.Object

Author:
Nicholas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
SendFileContent()
           
 
Method Summary
 void sendFileContent(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendFileContent

public SendFileContent()
Method Detail

sendFileContent

public void sendFileContent(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse resp,
                            javax.servlet.ServletContext servletContext)
                     throws javax.servlet.ServletException,
                            java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.