com.raritantechnologies.searchApp.logging
Class LoggingServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.searchApp.logging.LoggingServlet

public class LoggingServlet
extends HttpServlet

Logs a hyperlink action.

Example:
http://someHost/app/doLog?logger=loggerName&param1=p1val&param2=p2val&href=/TheLink/ToGoTo
Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
LoggingServlet()
           
 
Method Summary
 void service(HttpServletRequest pReq, HttpServletResponse pRes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingServlet

public LoggingServlet()
Method Detail

service

public void service(HttpServletRequest pReq,
                    HttpServletResponse pRes)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException