struts2的xml配置(struts-2.3.15)

Posted

tags:

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

<!-- 约束文件 -->

<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">

<!-- struts2的配置 -->

<struts>

  <package name=" " extends="struts-default" namespace="/">

    <action name="访问路径" class="action类的全路径">

      <result name="返回结果" type="跳转方式">配置结果页面</result>

    </action>

  <package>

</struts>



以上是关于struts2的xml配置(struts-2.3.15)的主要内容,如果未能解决你的问题,请参考以下文章

struts2中struts.xml配置文件详解

struts2 的struts.xml配置文件

Struts2 配置文件struts.xml详解

Struts2中如何配置struts、xml?

struts2 配置 struts.xml 提示

Struts2返回json数据xml中配置