edu.ucsb.nceas.metacat.harvesterClient
Class LoginServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.ucsb.nceas.metacat.harvesterClient.LoginServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class LoginServlet
- extends javax.servlet.http.HttpServlet
LoginServlet implements a Harvester servlet to login to Metacat
- See Also:
- Serialized Form
Method Summary |
void |
destroy()
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle "GET" method requests from HTTP clients |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle "POST" method requests from HTTP clients |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
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 |
LoginServlet
public LoginServlet()
destroy
public void destroy()
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Handle "GET" method requests from HTTP clients
- Parameters:
request
- The requestresponse
- The response
- Throws:
ServletException,
- java.io.IOException
javax.servlet.ServletException
java.io.IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Handle "POST" method requests from HTTP clients
- Parameters:
request
- The requestresponse
- The response
- Throws:
ServletException,
- java.io.IOException
javax.servlet.ServletException
java.io.IOException
Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.