struts-config-PWGL.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="j_ShaoShouKuanForm" type="com.yuntong.action.actionform.J_ShaoShouKuanForm" />
  7. </form-beans>
  8. <global-exceptions />
  9. <global-forwards />
  10. <action-mappings >
  11. <action path="/j_FareMathAjaxAction" type="org.springframework.web.struts.DelegatingActionProxy" />
  12. <action path="/jfrareMathAction" type="org.springframework.web.struts.DelegatingActionProxy">
  13. <forward
  14. name="fare"
  15. path="/PWGL/J_FareMath.jsp"
  16. redirect="true"
  17. contextRelative="true" />
  18. </action>
  19. <action path="/j_RiChanged" type="org.springframework.web.struts.DelegatingActionProxy" />
  20. <action
  21. attribute="J_ShaoShouKuanForm"
  22. name="j_ShaoShouKuanForm"
  23. path="/j_ShaoShouKuan"
  24. scope="request"
  25. type="org.springframework.web.struts.DelegatingActionProxy">
  26. <forward
  27. name="index"
  28. path="/PWGL/J_ShaoShouKuan.jsp"
  29. redirect="true"
  30. contextRelative="true" />
  31. </action>
  32. <action path="/j_ShaoShouKuanAjax" type="org.springframework.web.struts.DelegatingActionProxy"/>
  33. <action path="/checkRigAjaxAction" type="org.springframework.web.struts.DelegatingActionProxy"/>
  34. <action path="/j_GetStateAction" type="org.springframework.web.struts.DelegatingActionProxy">
  35. <forward name="action" path="/J_CheckRig.jsp" />
  36. </action>
  37. <action path="/j_CheckRigAction" type="org.springframework.web.struts.DelegatingActionProxy">
  38. <forward
  39. name="indexs"
  40. path="/PWGL/j_GetStateAction.do"
  41. redirect="true"
  42. contextRelative="true" />
  43. </action>
  44. <action path="/j_RigHotLineAction" type="org.springframework.web.struts.DelegatingActionProxy">
  45. <forward
  46. name="view"
  47. path="/PWGL/FactoryInfo.jsp"
  48. redirect="true"
  49. contextRelative="true" />
  50. </action>
  51. <action path="/j_googleFYGS" type="org.springframework.web.struts.DelegatingActionProxy" />
  52. </action-mappings>
  53. <controller processorClass="com.yuntong.requestProcessor.MyRequestProcessor"></controller>
  54. <message-resources parameter="com.yuntong.ApplicationResources" />
  55. <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
  56. <set-property property="contextConfigLocation" value="/WEB-INF/classes/spring.xml"/>
  57. </plug-in>
  58. </struts-config>