struts-config.xml

来自「精通Struts:基于MVC的java web车技与开发源程序(6)」· XML 代码 · 共 25 行

XML
25
字号
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
       
<struts-config>
  
  <!-- ========== Global Forward Definitions ============================== -->
  <global-forwards>
    <forward   name="index"                 path="/index.jsp"/>
    <forward   name="LogicCompare"           path="/LogicCompare.jsp"/>
    <forward   name="LogicMatch"         path="/LogicMatch.jsp"/>
    <forward   name="LogicPresence"              path="/LogicPresence.jsp"/>
    <forward   name="LogicIterate"              path="/LogicIterate.jsp"/>
    <forward   name="LogicForward"              path="/LogicForward.jsp"/>
    <forward   name="LogicRedirect"              path="/LogicRedirect.jsp"/>


  </global-forwards>

<message-resources parameter="ApplicationResources"  />

</struts-config>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?