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, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init()
throws ServletException
init in class GenericServletServletExceptionGenericServlet.init()public void doPost(HttpServletRequest sreq, HttpServletResponse sres) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionHttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)Copyright © 1995-2015 Webtide. All Rights Reserved.