public class InvocationSessionStore extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static ActionInvocation | loadInvocation(String key,
              String token)Checks the Map in the Session for the key and the token. | 
| static void | storeInvocation(String key,
               String token,
               ActionInvocation invocation)Stores the DefaultActionInvocation and ActionContext into the Session using the provided key for loading later using
  loadInvocation(java.lang.String, java.lang.String) | 
public static ActionInvocation loadInvocation(String key, String token)
key - the name the DefaultActionInvocation and ActionContext were saved astoken - token for checkpublic static void storeInvocation(String key, String token, ActionInvocation invocation)
loadInvocation(java.lang.String, java.lang.String)key - the name the DefaultActionInvocation and ActionContext were saved astoken - token for checkinvocation - the action invocationCopyright © 2000–2025 Apache Software Foundation. All rights reserved.