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

📄 10d581e6c215001d1fbfe89db9768511

📁 实训时做的物流系统
💻
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!--
	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="newCustomerForm" type="com.cost.web.struts.form.salefrom.NewCustomerForm"/>
    <form-bean name="loginForm" type="com.cost.web.struts.form.sysmform.LoginForm"/>
    <form-bean name="companyForm" type="com.cost.web.struts.form.sysmform.CompanyForm"/>
    <form-bean name="userForm" type="com.cost.web.struts.form.sysmform.UserForm"/>
    <form-bean name="userDetailForm" type="com.cost.web.struts.form.sysmform.UserDetailForm"/>
    <form-bean name="newuserform" type="com.cost.web.struts.form.sysmform.newuserform"/>
    <form-bean name="deleteuserForm" type="com.cost.web.struts.form.sysmform.DeleteuserForm"/>
    <form-bean name="modifyuserform" type="com.cost.web.struts.form.sysmform.Modifyuserform"/>
    <form-bean name="orderqueryForm" type="com.cost.web.struts.form.bso.OrderqueryForm"/>
    <form-bean name="cabinreceiptform" type="com.cost.web.struts.form.bso.cabinreceiptform"/>
    <form-bean name="costinputform" type="com.cost.web.struts.form.bso.Costinputform"/>
    <form-bean name="coopoperForm" type="com.cost.web.struts.form.salefrom.CoopoperForm"/>
    <form-bean name="operinfoupdate" type="com.cost.web.struts.form.salefrom.Operinfoupdate"/>
    <form-bean name="customerInfoUpdateform" type="com.cost.web.struts.form.salefrom.CustomerInfoUpdateform"/>
    <form-bean name="coopoperForm" type="com.cost.web.struts.form.salefrom.CoopoperForm"/>
    <form-bean name="feeForm" type="com.cost.web.struts.form.bsm.FeeForm"/>
    <form-bean name="feeCheckForm" type="com.cost.web.struts.form.bsm.FeeCheckForm"/>
    <form-bean name="feeCancleForm" type="com.cost.web.struts.form.bsm.FeeCancleForm"/>
    <form-bean name="sysInvoiceCreateForm" type="com.cost.web.struts.form.bsm.sysInvoiceCreateForm"/>
    <form-bean name="outInvoiceCreateForm" type="com.cost.web.struts.form.bsm.outInvoiceCreateForm"/>
    <form-bean name="busininfo" type="com.cost.web.struts.form.salefrom.Busininfoform"/>
    <form-bean name="businupdateform" type="com.cost.web.struts.form.salefrom.Businupdateform"/>
    <form-bean name="shareinfoform" type="com.cost.web.struts.form.salefrom.Shareinfoform"/>
    <form-bean name="pageform" type="com.cost.web.struts.form.salefrom.Pageform"/>
    <form-bean name="containerunitForm" type="com.cost.web.struts.form.bso.containerform.ContainerunitForm"/>
    <form-bean name="queryTailform" type="com.cost.web.struts.form.salefrom.QueryTailform"/>
    <form-bean name="voyQueryDetailForm" type="com.cost.web.struts.form.salefrom.VoyQueryDetailForm"/>
    <form-bean name="voyQuerySortform" type="com.cost.web.struts.form.salefrom.VoyQuerySortform"/>
    <form-bean name="customerLogonForm" type="com.cost.web.struts.form.customerform.CustomerLogonForm"/>
    <form-bean name="customerRegForm" type="com.cost.web.struts.form.customerform.CustomerRegForm"/>
    <form-bean name="cabinreceiptform" type="com.cost.web.struts.form.bso.cabinreceiptform"/>
    <form-bean name="inputorder" type="com.cost.web.struts.form.bso.Inputorderform"/>
    <form-bean name="searchConsignForm" type="com.cost.web.struts.form.bso.SearchConsignForm"/>
    <form-bean name="bookingCabinForm" type="com.cost.web.struts.form.bso.BookingCabinForm"/>
    <form-bean name="bookConfForm" type="com.cost.web.struts.form.bso.BookConfForm"/>
    <form-bean name="customerOrderForm" type="com.cost.web.struts.form.customerform.CustomerOrderForm"/>
    <form-bean name="modifycompanyform" type="com.cost.web.struts.form.sysmform.modifycompanyform"/>
  </form-beans>
  <global-exceptions/>
  <global-forwards>
    <forward name="welcome" path="/Welcome.do"/>
  </global-forwards>
  <action-mappings>
    <action forward="/pages/Welcome.jsp" path="/Welcome"/>
    <action name="userDetailForm" path="/userDedailAction" scope="request" type="com.cost.web.struts.action.sysmaction.UserDedailAction" validate="false"/>
    <action name="modifyuserform" path="/modifyuseraction" scope="request" type="com.cost.web.struts.action.sysmaction.Modifyuseraction" validate="true">
      <forward name="success" path="/success.jsp" redirect="false"/>
    </action>
    <action input="/error.jsp" name="newCustomerForm" path="/newCustomerAction" scope="request" type="com.cost.web.struts.action.saleManage.NewCustomerAction" validate="false">
      <forward name="success" path="/slm/customersuccess.jsp?id=1"/>
      <forward name="addfailed" path="/error.jsp"/>
    </action>
    <action input="/error.jsp" name="operinfoupdate" path="/operinfoUpdate" scope="request" type="com.cost.web.struts.action.saleManage.OperinfoUpdate" validate="true">
      <forward name="operupdatesuccess" path="/slm/Coopinfoshow.jsp?id=2"/>
    </action>
    <action name="operinfoupdate" path="/operinfoShow" scope="request" type="com.cost.web.struts.action.saleManage.OperinfoShow">
      <forward name="setformsuccess" path="/slm/operinfoupdate.jsp"/>
    </action>
    <action input="/error.jsp" name="customerInfoUpdateform" path="/customerinfoUpdate" scope="request" type="com.cost.web.struts.action.saleManage.CustomerinfoUpdate" validate="true">
      <forward name="updateinfo" path="/slm/customerInfoUpdateform.jsp"/>
    </action>
    <action name="customerInfoUpdateform" path="/updateAction" scope="request" type="com.cost.web.struts.action.saleManage.UpdateAction">
      <forward name="setformsuccess" path="/slm/customersuccess.jsp?id = 2"/>
    </action>
    <action input="/sysm/loginForm.jsp" name="loginForm" path="/loginAction" scope="request" type="com.cost.web.struts.action.sysmaction.LoginAction" validate="true">
      <forward name="success" path="/index.jsp" redirect="true"/>
      <forward name="fail" path="/error.jsp" redirect="true"/>
    </action>
    <action input="/sysm/userForm.jsp" name="userForm" path="/userAction" scope="request" type="com.cost.web.struts.action.sysmaction.UserAction" validate="true">
      <forward name="success" path="/sysm/userForm.jsp" redirect="true"/>
    </action>
    <action input="/sysm/newuser.jsp" name="newuserform" path="/newuseraction" scope="request" type="com.cost.web.struts.action.sysmaction.newuseraction" validate="true">
      <forward name="success" path="/success.jsp" redirect="false"/>
    </action>
    <action path="/delOper" scope="request" type="com.cost.web.struts.action.saleManage.DelOper">
      <forward name="delOpersuccess" path="/slm/customersuccess.jsp?id=3"/>
      <forward name="delOpersuccess" path="/slm/customersuccess.jsp?errid=13"/>
    </action>
    <action path="/checkerViewAction" type="com.cost.web.struts.action.bsm.CheckerViewAction">
      <forward name="success" path="/bsm/CheckerView.jsp"/>
    </action>
    <action path="/accounterViewAction" type="com.cost.web.struts.action.bsm.AccounterViewAction">
      <forward name="success" path="/bsm/AccounterView.jsp"/>
    </action>
    <action path="/recorderViewAction" type="com.cost.web.struts.action.bsm.RecorderViewAction">
      <forward name="success" path="/bsm/RecorderView.jsp"/>
    </action>
    <action input="/bsm/FeeAdd.jsp" name="feeForm" path="/feeAddAction" scope="request" type="com.cost.web.struts.action.bsm.FeeAddAction" validate="true">
      <forward name="success" path="/accounterViewAction.do"/>
    </action>
    <action path="/feeViewAction" type="com.cost.web.struts.action.bsm.FeeViewAction">
      <forward name="accounter" path="/bsm/AccounterFeeView.jsp"/>
      <forward name="checker" path="/bsm/CheckerFeeView.jsp"/>
      <forward name="recorder" path="/bsm/RecorderFeeView.jsp"/>
      <forward name="cancler" path="/bsm/FeeCancle.jsp"/>
      <forward name="error" path="/bsm/FeeAdd.jsp"/>
    </action>
    <action input="/bsm/FeeUpdate.jsp" name="feeForm" path="/feeUpdateAction" scope="request" type="com.cost.web.struts.action.bsm.FeeUpdateAction" validate="true">
      <forward name="success" path="/accounterViewAction.do"/>
    </action>
    <action input="/bsm/CheckerFeeView.jsp" name="feeCheckForm" path="/feeCheckAction" scope="request" type="com.cost.web.struts.action.bsm.FeeCheckAction" validate="true">
      <forward name="success" path="/checkerViewAction.do"/>
    </action>
    <action input="/bsm/RecorderFeeView.jsp" name="feeCheckForm" path="/feeRecordAction" scope="request" type="com.cost.web.struts.action.bsm.FeeRecordAction" validate="true">
      <forward name="success" path="/recorderViewAction.do"/>
    </action>
    <action input="/bsm/AccounterFeeView.jsp" path="/updateApplyAction" scope="request" type="com.cost.web.struts.action.bsm.UpdateApplyAction" validate="true">

⌨️ 快捷键说明

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