java.lang.Object
org.apache.struts.action.Action
com.RuntimeCollective.webapps.action.LogoffAction
- public class LogoffAction
- extends org.apache.struts.action.Action
Implementation of Action that logs off a user.
- Version:
- $Id: LogoffAction.java,v 1.5 2003/09/30 15:13:08 joe Exp $
| Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELETESESSION_KEY
public static java.lang.String DELETESESSION_KEY
LogoffAction
public LogoffAction()
perform
public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
- Log the user off and invalidates their session.
The following local Forwards is returned:
success - when the user is logged off successfully.