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

struts2 转发、重定向概述

时间:2015-12-04 22:58:44      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:

 

转发等参数传递的注解方式:

@Action(value = "operatorRoleAction", results = { @Result(name = "view", location = "/bussiness/operatorrole_view.jsp", type = "dispatcher", params={"userId", "%{userId}", "userName", "%{userName}"}) })
 public String dealOperatorRole() {
  return OPFLAG_VIEW_RES;
}

 

http://www.cnblogs.com/wuhuisheng/archive/2011/07/04/2097761.html

 

其中userId、userName为动态参数

 

 

struts2 转发、重定向概述

标签:

原文地址:http://www.cnblogs.com/yingsong/p/5020427.html

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