com.hack23.cia.web.views.common
Class ApplicationUserStateHolder

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

public class ApplicationUserStateHolder
extends Object

The Class ApplicationUserStateHolder.


Constructor Summary
ApplicationUserStateHolder()
           
 
Method Summary
static void addCurrentApplicationUserState(ApplicationUserState applicationUserState)
          Adds the current application user state.
static ApplicationUserState getUserState()
          Gets the user state.
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
 

Constructor Detail

ApplicationUserStateHolder

public ApplicationUserStateHolder()
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

removeCurrentApplicationUserState

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



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