public class CollectorServlet extends HttpServlet
| Constructor and Description |
|---|
CollectorServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp) |
void |
init(ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletCopyright © 2008-2012 Emeric Vernat. All Rights Reserved.