public class DispatchServlet extends HttpServlet
Constructor and Description |
---|
DispatchServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doGet(HttpServletRequest sreq,
HttpServletResponse sres) |
void |
doPost(HttpServletRequest sreq,
HttpServletResponse sres) |
String |
getServletInfo() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
public void doPost(HttpServletRequest sreq, HttpServletResponse sres) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
public void doGet(HttpServletRequest sreq, HttpServletResponse sres) 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.