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

struts 1.x 方法探析

时间:2014-12-19 09:12:41      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   color   sp   for   on   

public ActionForward index(ActionMapping mapping, ActionForm form, HttpServletRequest request,
            HttpServletResponse response) throws Exception {
}

mapping:用于action处理完调用业务层逻辑后页面的跳转,常用mapping.findForward("path");

form:绑定在此action上面的用于接收页面传递参数和向页面传递数据的实体(struts2.x 中的modernDriven模式是对其的一种兼容);

 

struts 1.x 方法探析

标签:style   blog   http   ar   io   color   sp   for   on   

原文地址:http://www.cnblogs.com/heyf/p/4173093.html

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