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

📄 a082d54f5a01001d1778fc5ec0f53fee

📁 实训时做的物流系统
💻
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
     This is a blank Struts configuration file with an example
     welcome action/page and other commented sample elements.

     Tiles and the Struts Validator are configured using the factory defaults
     and are ready-to-use.

     NOTE: If you have a generator tool to create the corresponding Java classes
     for you, you could include the details in the "form-bean" declarations.
     Otherwise, you would only define the "form-bean" element itself, with the
     corresponding "name" and "type" attributes, as shown here.
-->
<struts-config>
  <form-beans>
    <form-bean name="feeForm" type="com.cost.web.struts.form.business.FeeForm"/>
    <form-bean name="feeCheckForm" type="com.cost.web.struts.form.business.FeeCheckForm"/>
    <form-bean name="sysInvoiceCreateForm" type="com.cost.web.struts.form.business.sysInvoiceCreateForm"/>
    <form-bean name="outInvoiceCreateForm" type="com.cost.web.struts.form.business.outInvoiceCreateForm"/>
  </form-beans>
  <global-exceptions/>
  <global-forwards>
    <forward name="welcome" path="/Welcome.do"/>
  </global-forwards>
  <action-mappings>
    <action forward="/pages/Welcome.jsp" path="/Welcome"/>
    <action path="/accounteViewrActon" scope="request" type="com.cost.web.struts.action.business.AccounteViewrActon" validate="true">
      <forward name="success" path="/business/AccounterView.jsp"/>
    </action>
    <action path="/checkerViewAction" scope="request" type="com.cost.web.struts.action.business.CheckerViewAction" validate="true">
      <forward name="success" path="/pages/business//CheckerView.jsp"/>
    </action>
    <action path="/recorderViewAction" scope="request" type="com.cost.web.struts.action.business.RecorderViewAction" validate="true">
      <forward name="success" path="/pages/business/RecorderView.jsp"/>
    </action>
    <action input="/pages/busines/FeeAdd.jsp" name="feeForm" path="/feeAddAction" scope="request" type="com.cost.web.struts.action.business.FeeAddAction" validate="true">
      <forward name="success" path="/pages/welcome.jsp"/>
    </action>
    <action path="/feeViewAction" scope="request" type="com.cost.web.struts.action.business.FeeViewAction" validate="true">
      <forward name="accounter" path="/pages/business/AccounterFeeView.jsp"/>
      <forward name="checker" path="/pages/business/CheckerFeeView.jsp"/>
      <forward name="recorder" path="/pages/business/RecorderFeeView.jsp"/>
    </action>
    <action input="/pages/FeeUpdate.jsp" name="feeForm" path="/feeUpdateAction" scope="request" type="com.cost.web.struts.action.business.FeeUpdateAction" validate="true">
      <forward name="success" path="/pages/business/accounterViewAcion.do"/>
    </action>
    <action input="/pages/CheckerFeeView.jsp" name="feeCheckForm" path="/feeCheckAction" scope="request" type="com.cost.web.struts.action.business.FeeCheckAction" validate="true">
      <forward name="success" path="/business/checkerViewAction.do"/>
    </action>
    <action input="/pages/RecorderFeeView.jsp" path="/feeRecordAction" scope="request" type="com.cost.web.struts.action.business.FeeRecordAction" validate="true">
      <forward name="success" path="/recorderViewAction.do"/>
    </action>
    <action input="/pages/AccounterFeeView.jsp" path="/updateApplyAcion" scope="request" type="com.cost.web.struts.action.business.UpdateApplyAcion" validate="true">
      <forward name="success" path="/accounterViewAcion.do"/>
    </action>
    <action input="/pages/CanclerFeeView.jsp" path="/feeCancleAction" type="com.cost.web.struts.action.business.FeeCancleAction">
      <forward name="success" path="/pages/business/CanclerFeeView.jsp"/>
    </action>
    <action input="/pages/sysInvoiceCreate.jsp" name="sysInvoiceCreateForm" path="/sysInvoiceCreateAction" scope="request" type="com.cost.web.struts.action.business.sysInvoiceCreateAction" validate="true"/>
    <action input="/pages/outInvoiceCreate.jsp" name="outInvoiceCreateForm" path="/outInvoiceCreateAction" scope="request" type="com.cost.web.struts.action.business.outInvoiceCreateAction" validate="true"/>
  </action-mappings>
  <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>
  <message-resources parameter="MessageResources"/>
  <plug-in className="org.apache.struts.tiles.TilesPlugin">
    <set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml"/>
    <set-property property="moduleAware" value="true"/>
  </plug-in>
  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
  </plug-in>
</struts-config>

⌨️ 快捷键说明

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