public class StatisticsServlet extends HttpServlet
Constructor and Description |
---|
StatisticsServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
void |
doPost(HttpServletRequest sreq,
HttpServletResponse sres) |
void |
init() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init() throws ServletException
init
in class GenericServlet
ServletException
GenericServlet.init()
public void doPost(HttpServletRequest sreq, HttpServletResponse sres) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Copyright © 1995-2015 Webtide. All Rights Reserved.