public class RegTest extends HttpServlet
Constructor and Description |
---|
RegTest() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
String |
getServletInfo() |
void |
init(ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
public String getServletInfo()
getServletInfo
in interface Servlet
getServletInfo
in class GenericServlet
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
Copyright © 1995-2015 Webtide. All Rights Reserved.