org.dbforms.servlets
Class FileServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.dbforms.servlets.base.AbstractServletBase
              extended by org.dbforms.servlets.FileServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class FileServlet
extends AbstractServletBase

#fixme - add appropriate exception-handling..

Author:
joe peer
See Also:
Serialized Form

Constructor Summary
FileServlet()
           
 
Method Summary
 void process(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Get request
 
Methods inherited from class org.dbforms.servlets.base.AbstractServletBase
doGet, doPost, init, sendErrorMessage
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileServlet

public FileServlet()
Method Detail

process

public void process(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    IOException
Process the HTTP Get request

Specified by:
process in class AbstractServletBase
Parameters:
request - Description of the Parameter
response - Description of the Parameter
Throws:
ServletException - Description of the Exception
IOException - Description of the Exception


Copyright © 2002-2006 DbForms. All Rights Reserved.