org.objectweb.jonas.webapp.jonasadmin.LogOutAction Class Reference

List of all members.

Public Member Functions

ActionForward execute (ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException

Detailed Description

Implementation of Action that logs out of the current session and returns to the Main Index (which will trigger the login form).

Author:
Craig R. McClanahan

Florent Benoit (changes for struts 1.2.2)

Version:
Revision
1.2
Date
2004/09/15 12:19:50

Definition at line 85 of file LogOutAction.java.


Member Function Documentation

ActionForward org.objectweb.jonas.webapp.jonasadmin.LogOutAction.execute ActionMapping  mapping,
ActionForm  form,
HttpServletRequest  request,
HttpServletResponse  response
throws IOException, ServletException
 

Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). Return an ActionForward instance describing where and how control should be forwarded, or null if the response has already been completed.

Parameters:
mapping The ActionMapping used to select this instance
actionForm The optional ActionForm bean for this request (if any)
request The HTTP request we are processing
response The HTTP response we are creating
Exceptions:
IOException if an input/output error occurs
ServletException if a servlet exception occurs

Definition at line 104 of file LogOutAction.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:08:36 2005 for JOnAS by  doxygen 1.3.9.1