| java.lang.Object org.apache.struts2.util.InvocationSessionStore
InvocationSessionStore | public class InvocationSessionStore (Code) | | InvocationSessionStore
|
getInvocationMap | static Map getInvocationMap()(Code) | | |
loadInvocation | public static ActionInvocation loadInvocation(String key, String token)(Code) | | Checks the Map in the Session for the key and the token. If the
ActionInvocation is saved in the Session, the ValueStack from the
ActionProxy associated with the ActionInvocation is set into the
ActionContext and the ActionInvocation is returned.
Parameters: key - the name the DefaultActionInvocation and ActionContext were saved as the DefaultActionInvocation saved using the key, or null if none was found |
setInvocationMap | static void setInvocationMap(Map invocationMap)(Code) | | |
storeInvocation | public static void storeInvocation(String key, String token, ActionInvocation invocation)(Code) | | Stores the DefaultActionInvocation and ActionContext into the Session using the provided key for loading later using
InvocationSessionStore.loadInvocation Parameters: key - Parameters: invocation - |
|
|