摘要: Struts2里面有三种方法可以获取request,最好使用ServletRequestAware接口通过IOC机制注入Request对象。方法1:IOC方式action类实现SessionAware接口,并创建一个MAP对象sessionpublic class UserLoginAction e... 阅读全文
posted @ 2014-12-28 11:41 狗狗听话 阅读(1615) 评论(0) 推荐(0) 编辑
摘要: Struts2里面有2种方式访问Request对象。方法1:非IOC方式这种方式主要是利用了com.opensymphony.xwork2.ActionContext类以及org.apache.struts2.ServletActionContext类在Action中的代码:1.Map reques... 阅读全文
posted @ 2014-12-28 10:51 狗狗听话 阅读(229) 评论(0) 推荐(0) 编辑