| java.lang.Object com.opensymphony.webwork.util.InvocationSessionStore
InvocationSessionStore | public class InvocationSessionStore (Code) | | InvocationSessionStore
author: Jason Carreira author: Created Apr 12, 2003 9:53:19 PM |
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) | | |
|
|