[工作]双核系统struts-config.xml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[工作]双核系统struts-config.xml相关的知识,希望对你有一定的参考价值。
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> <struts-config> <form-beans> <form-bean name="fm" type="com.sinosoft.sysframework.web.view.AbstractForm"/> </form-beans> <global-exceptions> <exception key="exception" path="/common/ErrorPage.jsp" type="java.lang.Exception"/> </global-exceptions> <global-forwards> <forward name="logon" path="/index.jsp"/> <forward name="blank" path="/common/Blank.html"/> <forward name="error" path="/common/ErrorPage.jsp"/> <forward name="submittedError" path="/common/SubmittedErrorMsg.jsp"/> </global-forwards> <action-mappings> <!--核保核赔管理 整合菜单--> <action name="fm" path="/hebaoTaskDeal" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIUndwrtTaskDealFacade"> <forward name="prepareQuery" path="/hebao/HebaoTaskDealQuery.jsp"/> <forward name="query" path="/hebao/HebaoTaskDealQueryResult.jsp"/> <forward name="hebaoQueryContinue" path="/hebao/HebaoTaskDealQueryResult.jsp"/> <forward name="carHeBaoInfo" path="/common/UIUndwrtPromptShow.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <action name="fm" path="/hepeiTaskDeal" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIUndwrtTaskDealFacade"> <forward name="prepareQuery" path="/hepei/HepeiTaskDealQuery.jsp"/> <forward name="query" path="/hepei/HepeiTaskDealQueryResult.jsp"/> <forward name="hepeiQueryContinue" path="/hepei/HepeiTaskDealQueryResult.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!--查询历史核保任务--> <action path="/hebaoTaskHis" name="fm" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIUndwrtTaskHisFacade"> <forward name="prepareQuery" path="/hebaotaskhis/HebaoTaskHisQuery.jsp"/> <forward name="query" path="/hebaotaskhis/HebaoTaskHisQueryResult.jsp"/> <forward name="hebaoTaskHisQueryContinue" path="/hebaotaskhis/HebaoTaskHisQueryResult.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <action name="fm" scope="request" path="/commonBatchTaskDeal" type="com.sinosoft.undwrt.ui.control.facade.UIUndwrtTaskDealFacade"> <forward name="prepareBatchSubmitSuperior" path="/common/TaskBatchSubmitSuperior.jsp"/> <forward name="batchSubmitSuperior" path="/commonBatchTaskDeal.do?actionType=queryContinue"/> <forward name="prepareBatchSubmitJunior" path="/common/TaskBatchSubmitJunior.jsp"/> <forward name="batchSubmitJunior" path="/commonBatchTaskDeal.do?actionType=queryContinue"/> <!-- liujianxiao 20120720 批量提交核保、批量提交沟通 begin--> <forward name="prepareBatchSubmitHeBao" path="/common/TaskBatchSubmitHeBao.jsp"/> <forward name="batchSubmitHeBao" path="/commonBatchTaskDeal.do?actionType=queryContinue"/> <forward name="prepareBatchSubmitGouTong" path="/common/TaskBatchSubmitGouTong.jsp"/> <forward name="batchSubmitGouTong" path="/commonBatchTaskDeal.do?actionType=queryContinue"/> <!-- liujianxiao 20120720 批量提交核保、批量提交沟通 end--> <!-- liujianxiao 20121127 相同协议号派给同一核保人 begin--> <forward name="gatherContractNo" path="/hebao/GroupCarDealQueryResult.jsp"/> <!-- liujianxiao 20121127 相同协议号派给同一核保人 end--> <forward name="prepareBatchUndo" path="/common/TaskBatchUndo.jsp"/> <forward name="batchUndo" path="/commonBatchTaskDeal.do?actionType=queryContinue"/> <forward name="hebaoQueryContinue" path="/hebao/HebaoTaskDealQueryResult.jsp"/> <forward name="hepeiQueryContinue" path="/hepei/HepeiTaskDealQueryResult.jsp"/> <forward name="failure" path="/common/Message.jsp"/> <!-- wuyanlong 批量处理 新增页面--> <forward name="prepareNewBatchSubmitJunior" path="/batch/TaskBatchNewSubmitJunior.jsp"/> </action> <!-- liujianxiao 20121211 车险集中核保人工派工 begin--> <action path="/groupChange" name="fm" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIGroupChangeFacade"> <forward name="queryAmount" path="/groupchange/GroupList.jsp"/> <forward name="queryListInGroup" path="/groupchange/GroupListDetail.jsp"></forward> <forward name="selectGroup" path="/groupchange/GroupList.jsp"></forward> <forward name="commitChange" path="/common/Message.jsp"></forward> <forward name="failure" path="/common/Message.jsp"/> <!-- liujianxiao 20130107 车险集中核保模板初始化 begin--> <forward name="comcodeInput" path="/common/Message.jsp"/> <!-- liujianxiao 20130107 车险集中核保模板初始化 end--> </action> <!-- liujianxiao 20121211 车险集中核保人工派工 begin--> <!-- ============================================================================================= --> <!-- PUB --> <action path="/logonin" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UILogonFacade" validate="false"> <forward name="success" path="/common/MainFrame.jsp"/> <forward name="failure" path="/index.jsp"/> <forward name="resetPassword" path="/common/CommonUpdatePwd.jsp"/> </action> <action path="/logoninUnit" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UILogonUnitFacade" validate="false"> <forward name="success" path="/common/MainFrame.jsp"/> <forward name="failure" path="/indexUnitLogon.jsp"/> <forward name="resetPassword" path="/common/CommonUpdatePwd.jsp"/> </action> <!--显示处理核保任务查询页面--> <action path="/prepareWfLogQuery" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIWfLogPrepareQueryFacade"> <forward name="success" path="/common/WfLogQueryEntrance.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- 任务查询 --> <action path="/WfLogQuery" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIWfLogQueryFacade" validate="false"> <forward name="success" path="/common/WfLogQuerylist.jsp"/> <forward name="HebaoSuccess" path="/common/WfLogQueryListHebao.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <action path="/messageRemarkQueryInfo" type="com.sinosoft.undwrt.ui.control.facade.UIWfMessageRemarkFacade" validate="false" scope="request"> <forward name="save" path="/common/MessageEnd.htm"/> <forward name="query" path="/common/MessageQueryList.jsp"/> </action> <!-- 任务校验 --> <action path="/CommonCheckTask" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UICommonCheckTaskFacade" validate="false"> <forward name="success" path="/common/CommonDealContent.jsp"/> <forward name="EndorseSuccess" path="/common/EndorseDealContent.jsp"/> <!-- add by wangyingjie 20120701 begin reason:车险问题件沟通--> <forward name="CommunicateSuccess" path="/common/CommonCommunicateDealContent.jsp"/> <forward name="EndorseCommunicateSuccess" path="/common/EndorseCommunicateDealContent.jsp"/> <!-- add by wangyingjie 20120701 begin reason:车险问题件沟通--> <forward name="failure" path="/common/Message.jsp"/> <!--add by dengwenchun 20060407 begin 意健险(27)核赔不同签批人校验 --> <forward name="fail" path="/common/CheckAdvanceErrorPage.jsp"/> <!-- end --> <forward name="reins" path="/common/CommonDangerReinsUnit.jsp"/> <forward name="showDangerItem" path="/common/ShowDangerItem.jsp"/> <forward name="showRetenInfo" path="/common/CommonFhretenInfoView.jsp"/> <forward name="showEndorseDangerItem" path="/common/showEndorseDangerItem.jsp"/> </action> <!-- 处理任务 --> <action path="/CommonDealTask" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UICommonDealTaskFacade" validate="false"> <forward name="save" path="/common/Message.jsp"/> <forward name="submit" path="/common/CommonDealList.jsp"/> <forward name="SubmitSuperior" path="/common/CommonDealListSubmitSuperior.jsp"/> <forward name="SubmitJunior" path="/common/CommonDealListSubmitJunior.jsp"/> <forward name="failure" path="/common/Message.jsp"/> <forward name="success" path="/WfLogQuery.do"/> <forward name="saveEndorseDangerItem" path="/CommonCheckTask.do"/> <forward name="false" path="/common/ErrorMessageSubmitSuperior.jsp"/> </action> <!-- 提交任务 --> <action path="/CommonSubmitTask" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UICommonDealSubmitFacade" validate="false"> <forward name="success" path="/common/Message.jsp"/> <forward name="failure" path="/common/CheckAdvanceConditionErrorPage.jsp"/> </action> <!-- 指定人员提交 --> <action path="/submitUser" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UICommonSubmitUserFacade" validate="false"> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- 撤销任务 --> <action path="/CommonUndoTask" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UICommonUndoTaskFacade" validate="false"> <forward name="query" path="/common/CommonUndoTaskList.jsp"/> <forward name="success" path="/common/Message.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- 轨迹信息 --> <action path="/CommonViewTrace" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UICommonViewTraceFacade" validate="false"> <forward name="success" path="/common/CommonTraceInfo.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- 核保管理 --> <!-- 批量核保 --> <action path="/BatchTask" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIBatchTaskFacade" validate="false"> <forward name="success" path="/hebao/BatchTask.jsp"/> <forward name="failure" path="/common/CheckAdvanceConditionErrorPage.jsp"/> </action> <action path="/BatchTaskSubmit" scope="request" type="com.sinosoft.undwrt.ui.control.facade.UIBatchTaskSubmitFacade" validate="false"> <forward name="saveNotion" path="/common/Message.jsp"/> <forward name="submitBefore" path="/hebao/BatchTaskSubmitList.jsp"/> <forward name="success" path="/common/Message.jsp"/> <forward name="failure" path="/common/CheckAdvanceConditionErrorPage.jsp"/> </action> <!-- 核损管理 --> <!-- 核赔管理 --> <!-- 风险资料维护 --> <action type="com.sinosoft.undwrt.ui.control.facade.UIRiskInfoGetFacade" path="/next"> <forward name="Blacklist" path="/riskinfo/BlackListQueryList.jsp"/> <forward name="Redlist" path="/riskinfo/RedListQueryList.jsp"/> <forward name="Greylist" path="/riskinfo/GreyListQueryList.jsp"/> <forward name="StolenCar" path="/riskinfo/StolenCarQueryList.jsp"/> <!-- add by harry 20050412 --> <forward name="CodeQueryBlacklist" path="/riskinfo/UIRiskInfoEntrance.jsp?GLType=BLGL"/> <forward name="CodeQueryRedlist" path="/riskinfo/UIRiskInfoEntrance.jsp?GLType=RLGL"/> <forward name="CodeQueryGreylist" path="/riskinfo/UIRiskInfoEntrance.jsp?GLType=GLGL"/> <forward name="CodeQueryStolencar" path="/riskinfo/UIRiskInfoEntrance.jsp?GLType=SCGL"/> </action> <!--add by LongYin 20050530 询价单信息存储--> <action type="com.sinosoft.undwrt.ui.control.facade.UIEnquiryFacade" path="/EnquiryFacade"> <forward name="success" path="/common/CommonDangerReinsUnit.jsp"/> <forward name="failure" path="/common/Message.jsp"/> <forward name="verifyEnquirySuccess" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by LongYin 20050605 分保试算--> <action type="com.sinosoft.undwrt.ui.control.facade.UIReinsTrialFacade" path="/ReinsTrialInfo"> <forward name="hepeiSuccess" path="/hepei/ReinsTrialResult.jsp"/> <forward name="success" path="/common/CommonReinsSimulate.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by LongYin 20050617 风险等级评估--> <action type="com.sinosoft.undwrt.ui.control.facade.UIDangerRiskEvaluateFacade" path="/DangerRiskEvaluateFacade"> <forward name="success" path="/common/CommonDangerRiskInfo.jsp"/> <forward name="view" path="/common/CommonDangerRiskInfoView.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by LongYin 20050811 点击主界面上的风险评估然后保存自留额和风险等级和描述信息--> <action type="com.sinosoft.undwrt.ui.control.facade.UIReinsUpdateRiskInfoFacade" path="/ReinsUpdateRiskInfoFacade"> <forward name="success" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by LongYin 20050623 核心调双核查看危险单位信息--> <action type="com.sinosoft.undwrt.ui.control.facade.UIPrpQureyInfoFacade" path="/PrpQureyInfo"> <forward name="dangerInfo" path="/common/PrpShowDangerInfo.jsp"/> <forward name="showDangerItem" path="/common/PrpShowDangerItemInfo.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by LongYin 20050626 --> <action type="com.sinosoft.undwrt.ui.control.facade.UICommonDangerRiskLevelFacade" path="/CommonDangerRiskLevelFacade"> <forward name="success" path="/common/CommonDangerRiskInfo.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by dongyanqi 20050822 --> <action type="com.sinosoft.undwrt.ui.control.facade.UICommonDangerShowEvaluateRiskInfoFacade" path="/ShowEvaluateRiskInfo"> <forward name="success" path="/common/CommonDangerShowRiskInfo.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <action type="com.sinosoft.undwrt.ui.control.facade.UIShowReinsTrialFacade" path="/ShowReinsTrialInfo"> <forward name="success" path="/common/CommonShowReinsSimulate.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <action type="com.sinosoft.undwrt.ui.control.facade.UICommonDangerRiskInfoViewFacade" path="/CommonDangerRiskInfoView"> <forward name="success" path="/common/CommonDangerRiskInfoView.jsp"/> <forward name="failure" path="/common/Message.jsp"/> </action> <!-- end --> <!--add by LongYin 20050706 --> <action type="com.sinosoft.undwrt.ui.control.facade.UIDangerInfoErrorModifyFacade" path="/DangerInfoErrorModifyFacad以上是关于[工作]双核系统struts-config.xml的主要内容,如果未能解决你的问题,请参考以下文章
Myeclispe下struts-config.xml文件无法图形界面打开