com.antiaction.mayhem.httpd.servlets
Class SendDirListing

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

public class SendDirListing
extends java.lang.Object

Send DirListing.

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
SendDirListing()
           
 
Method Summary
 java.lang.StringBuffer sendDirListing(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

SendDirListing

public SendDirListing()
Method Detail

sendDirListing

public java.lang.StringBuffer sendDirListing(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.