首页 > 其他 > 详细

Struts2注解

时间:2014-07-09 23:46:38      阅读:521      评论:0      收藏:0      [点我收藏+]
需要包 struts2-convention-plugin.jar
@Namespace("/xxxx/zzz")
public class ConnectionAction {


    /** Action执行方法* */
    @Action(value = "ConnectManage", results = {
            @Result(name = "success", location = "aaa.jsp"),
            @Result(name = "faile", location = "bbb.jsp") }, interceptorRefs = { @InterceptorRef(value = "mystack") })
    public String execute() {

        
    }


}

 

Struts2注解,布布扣,bubuko.com

Struts2注解

原文:http://www.cnblogs.com/mingf123/p/3812513.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!