|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.util.InvocationSessionStore
public class InvocationSessionStore
InvocationSessionStore
方法摘要 | |
---|---|
static com.opensymphony.xwork2.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.xwork2.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) |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public static com.opensymphony.xwork2.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.xwork2.ActionInvocation invocation)
loadInvocation(java.lang.String, java.lang.String)
key
- invocation
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |