struts1.3 api 文檔 http://pan.baidu.com/s/1eQ2CRdg 1.Action類 exectute方法 2.ActionMapping 對(duì)應(yīng) <action path="/user" type="myuser.UserAction" name="user" parameter="op"></action> 3.ActionForward 對(duì)應(yīng) <forward name="list" path="/userlist.jsp" redirect="true"></forward> 4.FormBean 編寫struts框架,主要用到了反射的方法 |
|
來(lái)自: 昵稱27831725 > 《Struts1.X-2.X》