struts-config-SHGL.xml 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
  3. <struts-config>
  4. <data-sources />
  5. <form-beans >
  6. <form-bean name="y_SHDJFactoryForm" type="com.yuntong.action.actionform.Y_SHDJFactoryForm" />
  7. <form-bean name="y_SHDJClientForm" type="com.yuntong.action.actionform.Y_SHDJClientForm" />
  8. <form-bean name="y_SHDJGoodsForm" type="com.yuntong.action.actionform.Y_SHDJGoodsForm" />
  9. <form-bean name="y_findR1Form" type="com.yuntong.action.actionform.Y_findR1Form" />
  10. </form-beans>
  11. <global-exceptions />
  12. <global-forwards />
  13. <action-mappings >
  14. <action path="/y_GoSHGL" type="org.springframework.web.struts.DelegatingActionProxy">
  15. <forward name="shdj" path="/Y_shgl_1.jsp" />
  16. </action>
  17. <action path="/y_SelectFactory" type="org.springframework.web.struts.DelegatingActionProxy" />
  18. <action
  19. attribute="y_SHDJFactoryForm"
  20. name="y_SHDJFactoryForm"
  21. path="/y_SHGLFactroy"
  22. scope="request"
  23. type="org.springframework.web.struts.DelegatingActionProxy">
  24. <forward name="go2" path="/Y_shgl_2.jsp" />
  25. </action>
  26. <action path="/y_FindMarketByAreaID" type="org.springframework.web.struts.DelegatingActionProxy" />
  27. <action path="/y_FindClientByID" type="org.springframework.web.struts.DelegatingActionProxy" />
  28. <action forward="/Y_shgl_1.jsp" path="/y_SHDJbuck1" />
  29. <action
  30. attribute="y_SHDJClientForm"
  31. input="/yuntong/SHGL/Y_shgl_2.jsp"
  32. name="y_SHDJClientForm"
  33. path="/y_SHDJClientAction"
  34. scope="request"
  35. type="org.springframework.web.struts.DelegatingActionProxy">
  36. <forward name="go3" path="/Y_shgl_3.jsp" />
  37. </action>
  38. <action
  39. attribute="y_SHDJGoodsForm"
  40. input="/Y_shgl_3.jsp"
  41. name="y_SHDJGoodsForm"
  42. path="/y_SHDJGoods"
  43. scope="request"
  44. type="org.springframework.web.struts.DelegatingActionProxy">
  45. <forward name="go4" path="/Y_shgl_4.jsp" />
  46. </action>
  47. <action forward="/SHGL/Y_shgl_1.jsp" path="/y_GOSHDJ" />
  48. <action path="/y_GoDHQR" type="com.yuntong.action.Y_GoDHQRAction">
  49. <forward name="godhqr" path="/Y_dhqr_1.jsp" />
  50. </action>
  51. <action path="/y_FindRegisterByID" type="org.springframework.web.struts.DelegatingActionProxy"/>
  52. <action path="/y_UpdateRegisterType" type="org.springframework.web.struts.DelegatingActionProxy" />
  53. <action path="/y_GoWGHP" type="org.springframework.web.struts.DelegatingActionProxy">
  54. <forward name="gowghp" path="/Y_wghp_1.jsp"></forward>
  55. </action>
  56. <action path="/y_SplitWGHP" type="org.springframework.web.struts.DelegatingActionProxy">
  57. <forward name="gowghp" path="/Y_wghp_1.jsp"></forward>
  58. </action>
  59. <action
  60. attribute="y_findR1Form"
  61. input="/Y_wghp_1.jsp"
  62. name="y_findR1Form"
  63. path="/y_findR1"
  64. scope="request"
  65. type="org.springframework.web.struts.DelegatingActionProxy" >
  66. <forward name="gowghp" path="/Y_wghp_1.jsp"></forward>
  67. </action>
  68. <action path="/y_FindR2" type="org.springframework.web.struts.DelegatingActionProxy">
  69. <forward name="gowghp" path="/Y_wghp_1.jsp"></forward>
  70. </action>
  71. <action path="/y_deleteRegisterByID" type="org.springframework.web.struts.DelegatingActionProxy" />
  72. <action forward="/Y_shgl_2.jsp" path="/y_Goshdj2" />
  73. <action path="/y_GoSHDJ" type="org.springframework.web.struts.DelegatingActionProxy">
  74. <forward name="go" path="/Y_SHDJ_1.jsp" />
  75. </action>
  76. <action path="/y_CKXX" type="org.springframework.web.struts.DelegatingActionProxy" />
  77. <action path="/y_disrepareInfo" type="org.springframework.web.struts.DelegatingActionProxy" />
  78. <action path="/y_selectFinfo" type="org.springframework.web.struts.DelegatingActionProxy" />
  79. <action path="/y_findcinfo" type="org.springframework.web.struts.DelegatingActionProxy" />
  80. <action path="/y_googleDHQR" type="org.springframework.web.struts.DelegatingActionProxy" />
  81. <action path="/y_googleSHDJ" type="org.springframework.web.struts.DelegatingActionProxy" />
  82. </action-mappings>
  83. <controller processorClass="com.yuntong.requestProcessor.MyRequestProcessor"></controller>
  84. <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
  85. <set-property property="contextConfigLocation" value="/WEB-INF/classes/spring.xml"/>
  86. </plug-in>
  87. </struts-config>