com.sibvisions.rad.ui.gwt.server
Class SessionLauncher
java.lang.Object
com.sibvisions.rad.ui.gwt.server.SessionLauncher
- All Implemented Interfaces:
- Serializable
public class SessionLauncher
- extends Object
- implements Serializable
The SessionLauncher is a serializable wrapper for a WebLauncher. It's important
to be serializable if it's stored in the http session.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionLauncher
public SessionLauncher(WebLauncher pLauncher)
- Creates a new instance of
SessionLauncher for a specific launcher.
- Parameters:
pLauncher - the launcher which should be used
getLauncher
public WebLauncher getLauncher()
- Gets the wrapped launcher instance.
- Returns:
- the launcher
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.