|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.webwork.util.InvocationSessionStore
InvocationSessionStore
Method Summary | |
static com.opensymphony.xwork.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,
com.opensymphony.xwork.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 com.opensymphony.xwork.ActionInvocation loadInvocation(String key, String token)
key
- the name the DefaultActionInvocation and ActionContext were saved as
public static void storeInvocation(String key, String token, com.opensymphony.xwork.ActionInvocation invocation)
loadInvocation(java.lang.String, java.lang.String)
key
- invocation
-
|
WebWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |