|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.util.InvocationSessionStore
public class InvocationSessionStore
InvocationSessionStore
Method Summary | |
---|---|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ActionInvocation loadInvocation(String key, String token)
key
- the name the DefaultActionInvocation and ActionContext were saved as
public static void storeInvocation(String key, String token, ActionInvocation invocation)
loadInvocation(java.lang.String, java.lang.String)
key
- invocation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |