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 aspublic static void storeInvocation(String key, String token, ActionInvocation invocation)
loadInvocation(java.lang.String, java.lang.String)
key
- invocation
- Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.