码迷,mamicode.com
首页 > 其他好文 > 详细

再谈 Struts1.x 的运行机制

时间:2017-03-19 11:06:12      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:struts   user   运行机制   编写   上传   parameter   nmap   知识点   path   

1、Action类 execute 方法

ActionMapping 对应

<action path="user" type="myuser.UserAction" name="user" parameter="op"></action>

ActionForward 对应

<forward name="list" path="/userlist.jsp" redirect="true"></forward>

4、formbean

编写struts框架,主要用到了反射的方法

标签、服务器端验证、上传文件、国际化、错误处理这些知识点尚未提到,有需要再去问古老师和度老师。

线程安全方面的问题,线程不安全。 struts 线程安全。

再谈 Struts1.x 的运行机制

标签:struts   user   运行机制   编写   上传   parameter   nmap   知识点   path   

原文地址:http://www.cnblogs.com/ShawnYang/p/6578241.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!