|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface RequestAware
Actions that want access to the current serlvet request attributes should implement this interface.
This interface is only relevant if the Action is used in a servlet environment.
| 方法摘要 | |
|---|---|
void |
setRequest(Map<String,Object> request)
Sets the Map of request attributes in the implementing class. |
| 方法详细信息 |
|---|
void setRequest(Map<String,Object> request)
request - a Map of HTTP request attribute name/value pairs.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||