net.sf.basedb.clients.web.servlet
Class Upload
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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) $
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
Upload
public Upload()
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