struts-config-JBZL.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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_insertUserInfoForm" type="com.yuntong.action.actionform.Y_insertUserInfoForm" />
  7. <form-bean name="y_UpdatePwdForm" type="com.yuntong.action.actionform.Y_UpdatePwdForm" />
  8. <form-bean name="y_addAFinfoForm" type="com.yuntong.action.actionform.Y_addAFinfoForm" />
  9. </form-beans>
  10. <global-exceptions />
  11. <global-forwards />
  12. <action-mappings >
  13. <action path="/y_GoCZY" type="org.springframework.web.struts.DelegatingActionProxy">
  14. <forward name="go" path="/Y_CZY_1.jsp" />
  15. </action>
  16. <action path="/y_UserSplit" type="org.springframework.web.struts.DelegatingActionProxy">
  17. <forward name="go" path="/Y_CZY_1.jsp"/>
  18. </action>
  19. <action path="/y_FindU1" type="org.springframework.web.struts.DelegatingActionProxy">
  20. <forward name="go" path="/Y_CZY_1.jsp" />
  21. </action>
  22. <action
  23. attribute="y_insertUserInfoForm"
  24. input="/Y_CZY_1.jsp"
  25. name="y_insertUserInfoForm"
  26. path="/y_addUserInfo"
  27. scope="request"
  28. type="org.springframework.web.struts.DelegatingActionProxy">
  29. <forward name="go" path="/Y_CZY_1.jsp" redirect="true" />
  30. </action>
  31. <action path="/y_GoYHQX" type="org.springframework.web.struts.DelegatingActionProxy">
  32. <forward name="go" path="/Y_YHQX_1.jsp" />
  33. </action>
  34. <action path="/y_UpdataRole" type="org.springframework.web.struts.DelegatingActionProxy">
  35. <forward name="go" path="/Y_YHQX_1.jsp" />
  36. </action>
  37. <action path="/y_GoXGMM" type="com.yuntong.action.Y_GoXGMMAction">
  38. <forward name="go" path="/Y_XGMM_1.jsp" />
  39. </action>
  40. <action
  41. attribute="y_UpdatePwdForm"
  42. name="y_UpdatePwdForm"
  43. path="/y_UpdatePwd"
  44. scope="request"
  45. type="org.springframework.web.struts.DelegatingActionProxy">
  46. <forward
  47. name="go"
  48. path="/Y_XGMM_1.jsp"
  49. redirect="true" />
  50. </action>
  51. <action path="/y_GoYsyf" type="org.springframework.web.struts.DelegatingActionProxy">
  52. <forward name="go" path="/Y_YSYF.jsp"></forward>
  53. </action>
  54. <action path="/y_selectYSYF" type="org.springframework.web.struts.DelegatingActionProxy" >
  55. <forward name="go" path="/Y_YSYF.jsp"></forward>
  56. </action>
  57. <action path="/y_spysyf" type="org.springframework.web.struts.DelegatingActionProxy">
  58. <forward name="go" path="/Y_YSYF.jsp"></forward>
  59. </action>
  60. <action path="/y_deleteYSYF" type="org.springframework.web.struts.DelegatingActionProxy" />
  61. <action
  62. attribute="y_addAFinfoForm"
  63. name="y_addAFinfoForm"
  64. path="/y_addAFinfo"
  65. scope="request"
  66. type="org.springframework.web.struts.DelegatingActionProxy">
  67. <forward name="go" redirect="true" path="/Y_YSYF.jsp" />
  68. </action>
  69. </action-mappings>
  70. <controller processorClass="com.yuntong.requestProcessor.MyRequestProcessor"></controller>
  71. <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
  72. <set-property property="contextConfigLocation" value="/WEB-INF/classes/spring.xml"/>
  73. </plug-in>
  74. </struts-config>