public class

Logout

extends ActionSupport
implements SessionAware
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.events.Logout

Class Overview

This code is an adaptation of the EventHandler example from the Rocks homepage by Christian Cryder http://xmlc.enhydra.org/EventHandler/

Summary

[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.action.ActionSupport
Public Constructors
Logout()
Public Methods
void setSession(Map session)
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.IllegalArgumentAware
From interface webwork.action.SessionAware

Public Constructors

public Logout ()

Public Methods

public void setSession (Map session)

Protected Methods

protected String doExecute ()