public class MetUpload
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
MetUpload() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Handle POST requests made to the Harvester MetUpload servlet.
|
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet.
|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
req
- The requestres
- The responsejava.io.IOException
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
Copyright © 2020 Regents of the University of California. All Rights Reserved.