com.hack23.cia.web.impl.ui.common
Class ApplicationUserStateHolder

Package class diagram package ApplicationUserStateHolder
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.common.ApplicationUserStateHolder

public final class ApplicationUserStateHolder
extends Object

The Class ApplicationUserStateHolder.


Method Summary
static void addCurrentApplicationUserState(ApplicationUserState applicationUserState)
          Adds the current application user state.
static ApplicationUserState getUserState()
          Gets the user state.
static com.vaadin.terminal.gwt.server.WebBrowser getWebBrowser()
          Gets the web browser.
static void removeCurrentApplicationUserState()
          Removes the current application user state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addCurrentApplicationUserState

public static void addCurrentApplicationUserState(ApplicationUserState applicationUserState)
Adds the current application user state.

Parameters:
applicationUserState - the application user state

getUserState

public static ApplicationUserState getUserState()
Gets the user state.

Returns:
the user state

getWebBrowser

public static com.vaadin.terminal.gwt.server.WebBrowser getWebBrowser()
Gets the web browser.

Returns:
the web browser

removeCurrentApplicationUserState

public static void removeCurrentApplicationUserState()
Removes the current application user state.



Copyright © 2008-2012 www.hack23.com. All Rights Reserved.