Lxz
2015-08-09 16:42
Servlet Api 访问Servlet!
有的要用map,还有的要继承或者实现,最好用实现
Struts2框架底层是基本Servlet的,所以我们肯定要去访问Servlet API,而且开发Web应用不去访问Servlet API也是不可能的,所以我们Struts2框架提供了我们去访问Servlet API的方法;
提供的访问方法如下:
①:使用ServletActionContext访问Servlet API;
②:使用ActionContext访问ServletAPI;
③:使用一些接口 如 ServletRequestAware,ServletResponseAware等等去直接访问Servlet API
Struts2入门
95061 学习 · 456 问题
相似问题
回答 2
回答 1