com.fruitioninc.jwc
Class ApplicationStateManager
java.lang.Object
|
+--com.fruitioninc.jwc.ApplicationStateManager
- public class ApplicationStateManager
- extends java.lang.Object
Moves state in and out of an application.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAMETER_PAGE_NAME
public static final java.lang.String PARAMETER_PAGE_NAME
- See Also:
- Constant Field Values
ApplicationStateManager
public ApplicationStateManager()
extractState
public static Memento extractState(Application application)
- Extract the state of an application.
extractNonvisibleState
public static Memento extractNonvisibleState(Application application)
- Extract the state of an application excluding state from the visible page.
applyState
public static void applyState(Application application,
java.util.Map parameterMap)
- Applies parameters to the state of an application.