org.dbforms.servlets
Class FileServlet
java.lang.Object
   javax.servlet.GenericServlet
javax.servlet.GenericServlet
       javax.servlet.http.HttpServlet
javax.servlet.http.HttpServlet
           org.dbforms.servlets.base.AbstractServletBase
org.dbforms.servlets.base.AbstractServletBase
               org.dbforms.servlets.FileServlet
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:
- processin 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.