struts2 ActionContext 和ServletActionContext 小结
ActionContext和ServletActionContext小结
1. ActionContext
在Struts2开发中,除了将请求参数自动设置到Action的字段中,我们往往也需要在Action里直接获取请求(Request)或会话(Session)的一些信息,甚至需要直接对JavaServlet Http的请求(HttpServletRequest),响应(HttpSe...
原创
2014-08-09 14:23:23 ·
156 阅读 ·
0 评论