Servlet, ServletConfigpublic class StatisticsServlet extends HttpServlet
| Constructor | Description |
|---|---|
StatisticsServlet() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
|
void |
doPost(HttpServletRequest sreq,
HttpServletResponse sres) |
|
void |
init() |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
throws ServletException
init in class GenericServletServletExceptionpublic void doPost(HttpServletRequest sreq, HttpServletResponse sres) throws ServletException, java.io.IOException
doPost in class HttpServletServletExceptionjava.io.IOExceptionprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, java.io.IOException
doGet in class HttpServletServletExceptionjava.io.IOExceptionCopyright © 1995–2018 Webtide. All rights reserved.