|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface SessionAware
Actions that want access to the user's HTTP session attributes should implement this interface.
This will give them access to a Map where they can put objects that can be made available to subsequent requests. Typical uses may be cached user data such as name, or a shopping cart.
方法摘要 | |
---|---|
void |
setSession(Map<String,Object> session)
Sets the Map of session attributes in the implementing class. |
方法详细信息 |
---|
void setSession(Map<String,Object> session)
session
- a Map of HTTP session attribute name/value pairs.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |