⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 alveole-struts.xml.svn-base

📁 通用ERP 表格审批系统
💻 SVN-BASE
字号:
<?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>
    <!--    			WARNING: This file was automatically generated from Eclipse Alveole Studio Plugin.			Do not edit it mannually: it will be erased automatically !			-->
    <package extends="alveole-defaults" name="alveole" namespace="/">
      <action class="login.Login" method="execute" name="Login">
        <result name="applicant" type="dispatcher">
          /applicant_main.jsp
        </result>
        <result name="manager" type="dispatcher">
          /manager_main.jsp
        </result>
        <result name="admin" type="dispatcher">
          /admin_main.jsp
        </result>
        <result name="fail" type="dispatcher">
          /login.jsp
        </result>
      </action>
      <action class="applicant.ShowItems" method="execute" name="ShowItems">
        <result name="success" type="dispatcher">
          /applicant_items.jsp
        </result>
      </action>
      <action class="applicant.ShowSingleItem" method="execute" name="ShowSingleItem">
        <result name="success" type="dispatcher">
          /applicant_item.jsp
        </result>
      </action>
      <action class="applicant.ShowForms" method="execute" name="ShowForms">
        <result name="success" type="dispatcher">
          /applicant_forms.jsp
        </result>
      </action>
      <action class="applicant.FormSubmit" method="execute" name="FormSubmit">
        <result name="success" type="dispatcher">
          /applicant_Submit.jsp
        </result>
      </action>
      <action class="manager.GetNextItem" method="execute" name="GetNextItem">
        <result name="success" type="dispatcher">
          /manager_item.jsp
        </result>
        <result name="empty" type="dispatcher">
          /manager_empty.jsp
        </result>
      </action>
      <action class="manager.Agree" method="execute" name="Accept">
        <result name="empty" type="dispatcher">
          /manager_empty.jsp
        </result>
        <result name="success" type="dispatcher">
          /manager_success.jsp
        </result>
      </action>
      <action class="manager.Deny" method="execute" name="Deny">
        <result name="empty" type="dispatcher">
          /manager_empty.jsp
        </result>
        <result name="success" type="dispatcher">
          /manager_success.jsp
        </result>
      </action>
      <action class="applicant.ShowSingleForm" method="execute" name="ShowSingleForm">
        <result name="success" type="dispatcher">
          /applicant_form.jsp
        </result>
      </action>
      <action class="admin.AddUser" method="execute" name="AddUser">
        <result name="success" type="dispatcher">
          /admin_main.jsp
        </result>
      </action>
      <action class="admin.DisableUser" method="execute" name="DisableUser">
        <result name="success" type="dispatcher">
          /admin_main.jsp
        </result>
      </action>
      <action class="admin.ShowUsers" method="execute" name="ShowUsers">
        <result name="success" type="dispatcher">
          /admin_usermanager.jsp
        </result>
      </action>
      <action class="admin.AddForm" method="execute" name="AddForm">
        <result name="success" type="dispatcher">
          /admin_main.jsp
        </result>
      </action>
      <action class="admin.ShowAllForms" method="execute" name="ShowAllForm">
        <result name="success" type="dispatcher">
          /admin_formmanager.jsp
        </result>
      </action>
      <action class="admin.EditForm" method="execute" name="EditForm">
        <result name="success" type="dispatcher">
          /admin_editform.jsp
        </result>
      </action>
      <action class="admin.UpdateForm" method="execute" name="UpdateForm">
        <result name="success" type="dispatcher">
          /admin_main.jsp
        </result>
      </action>
      <action class="login.Logout" method="execute" name="Logout">
        <result name="success" type="dispatcher">
          /login.jsp
        </result>
      </action>
      <action class="applicant.News" method="execute" name="News">
        <result name="success" type="dispatcher">
          /applicant_items.jsp
        </result>
      </action>
      <action class="manager.ShowRecords" method="execute" name="ShowRecords">
        <result name="success" type="dispatcher">
          /manager_records.jsp
        </result>
      </action>
    </package>
  </struts>

⌨️ 快捷键说明

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