com.sptci.echo2
Class Logout.LogoutListener

java.lang.Object
  extended by com.sptci.echo2.RedirectListener
      extended by com.sptci.echo2.Logout.LogoutListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener
Enclosing class:
Logout

public static class Logout.LogoutListener
extends RedirectListener

The action listener for this component.

See Also:
Serialized Form

Field Summary
static String URL
          The URL to redirect the client browser to after logging out of the Echo2 application session.
 
Constructor Summary
Logout.LogoutListener()
          Create a new instance of the action listener.
Logout.LogoutListener(String url)
          Create a new instance of the action listener to redirect to the specified URL.
 
Method Summary
 
Methods inherited from class com.sptci.echo2.RedirectListener
actionPerformed, redirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL

public static final String URL
The URL to redirect the client browser to after logging out of the Echo2 application session. "logout"

See Also:
Constant Field Values
Constructor Detail

Logout.LogoutListener

public Logout.LogoutListener()
Create a new instance of the action listener.


Logout.LogoutListener

public Logout.LogoutListener(String url)
Create a new instance of the action listener to redirect to the specified URL.

Parameters:
url - The url to redirect to.