Struts2-3.struts.xml的action可以简写

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Struts2-3.struts.xml的action可以简写相关的知识,希望对你有一定的参考价值。

如果只是跳转到某个页面的话,可以这样写

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd">

<struts>
     <package name="itcast" namespace="/test" extends="struts-default">
            <action name="helloword" >
                <result>/WEB-INF/page/hello.jsp</result>
            </action>
     </package>
</struts>

 

 

原理是

技术分享

以上是关于Struts2-3.struts.xml的action可以简写的主要内容,如果未能解决你的问题,请参考以下文章

SQL怎样插入重复项,不重复的跳过!

为啥我的Androidstudio的butterKnife插件不能用?

awk-简述

Button简单学习和使用

Button简单学习和使用

线程练习