net.sf.voruta.stat
Class ActivityServlet
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--net.sf.voruta.stat.ActivityServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class ActivityServlet
- extends javax.servlet.http.HttpServlet
TODO: Collect activity statistics
- Version:
-
- Author:
- baliuka
- See Also:
- Serialized Form
Method Summary |
protected void |
body(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
destroy()
Destroys the servlet. |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP GET method. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP POST method. |
java.lang.String |
getServletInfo()
Returns a short description of the servlet. |
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet. |
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes requests for both HTTP GET and POST methods. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityServlet
public ActivityServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Initializes the servlet.
- Overrides:
init
in class javax.servlet.GenericServlet
destroy
public void destroy()
- Destroys the servlet.
- Overrides:
destroy
in class javax.servlet.GenericServlet
processRequest
protected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Processes requests for both HTTP
GET
and POST
methods.
- Parameters:
request
- servlet requestresponse
- servlet response
body
protected void body(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Handles the HTTP
GET
method.
- Overrides:
doGet
in class javax.servlet.http.HttpServlet
- Parameters:
request
- servlet requestresponse
- servlet response
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Handles the HTTP
POST
method.
- Overrides:
doPost
in class javax.servlet.http.HttpServlet
- Parameters:
request
- servlet requestresponse
- servlet response
getServletInfo
public java.lang.String getServletInfo()
- Returns a short description of the servlet.
- Overrides:
getServletInfo
in class javax.servlet.GenericServlet
Copyright © 2003-2004 voruta. All Rights Reserved.