Betty v1.1.0

christophedelory.betty.servlet
Class LogoutHttpServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by christophedelory.servlet.AbstractHttpServlet
              extended by christophedelory.betty.servlet.LogoutHttpServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class LogoutHttpServlet
extends AbstractHttpServlet

Forces a logout from the Form Authentication method.

Version:
$Revision: 70 $
Author:
Christophe Delory
See Also:
Serialized Form

Constructor Summary
LogoutHttpServlet()
           
 
Method Summary
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
           
 String getServletInfo()
           
 
Methods inherited from class christophedelory.servlet.AbstractHttpServlet
doGet, doPut, getEnvEntry, getLocales, getParameter, sendError, sendError, sendResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutHttpServlet

public LogoutHttpServlet()
Method Detail

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface Servlet
Overrides:
getServletInfo in class GenericServlet

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse resp)
               throws IOException,
                      ServletException
Overrides:
doPost in class AbstractHttpServlet
Throws:
IOException
ServletException

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.