net.sourceforge.stripes.examples.bugzooky
Class LogoutActionBean

java.lang.Object
  extended by net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
      extended by net.sourceforge.stripes.examples.bugzooky.LogoutActionBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

public class LogoutActionBean
extends BugzookyActionBean

Straightforward logout action that logs the user out and then sends to an exit page.

Author:
Tim Fennell

Constructor Summary
LogoutActionBean()
           
 
Method Summary
 net.sourceforge.stripes.action.Resolution logout()
           
 
Methods inherited from class net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
getContext, populateBug, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutActionBean

public LogoutActionBean()
Method Detail

logout

public net.sourceforge.stripes.action.Resolution logout()
                                                 throws Exception
Throws:
Exception


© Copyright 2005, Stripes Development Team.