2.17.2: 2011-06-17

net.sf.basedb.clients.web.servlet
Class Upload

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by net.sf.basedb.clients.web.servlet.Upload
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class Upload
extends HttpServlet

The upload servlet is used to handle single file uploads. It has support for on-the-fly unpacking of compressed archives.

Since:
2.16
Author:
nicklas
See Also:
Serialized Form
Last modified
$Date: 2010-08-27 14:55:56 +0200 (Fri, 27 Aug 2010) $

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
Upload()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Upload

public Upload()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
Overrides:
doPost in class HttpServlet
Throws:
IOException
ServletException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

2.17.2: 2011-06-17