com.raritantechnologies.searchApp.taglibrary
Class Logout

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.searchApp.taglibrary.Logout

public class Logout
extends HttpServlet

Performs a simple logout of an HTTP session will do a redirect if redirectPage is specified in the url.

http://someurl/logout?redirectPage=login.jsp

Author:
Alan Connell
See Also:
Serialized Form

Constructor Summary
Logout()
           
 
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

Logout

public Logout()
Method Detail

service

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