org.dbforms.servlets
Class FileServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dbforms.servlets.base.AbstractServletBase
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileServlet
public FileServlet()
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 Parameterresponse
- Description of the Parameter
- Throws:
ServletException
- Description of the Exception
IOException
- Description of the Exception
Copyright © 2002-2006 DbForms. All Rights Reserved.