org.slamb.mb
Class LogoutAction

java.lang.Object
  |
  +--Action
        |
        +--org.slamb.mb.LogoutAction

public class LogoutAction
extends Action

Logs the user out.

Version:
$Rev$ $Date$
Author:
Scott Lamb <slamb@slamb.org>
See Also:
Serialized Form

Constructor Summary
LogoutAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutAction

public LogoutAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest req,
                             HttpServletResponse res)
                      throws java.lang.Exception
java.lang.Exception