com.sptci.echo2
Class Logout.LogoutListener
java.lang.Object
com.sptci.echo2.RedirectListener
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.