| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- <?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="codexForm" type="id.co.hanoman.config.form.CodexForm" />
- <form-bean name="reportForm" type="id.co.hanoman.ePayment.form.ReportForm" />
- </form-beans>
- <action-mappings>
- <action path="/login" scope="request" type="id.co.hanoman.log.action.LoginAction">
- <forward name="success" path="/home.jsp" />
- <forward name="failure" path="/failure.jsp" />
- </action>
- <!-- START CONFIG -->
- <!-- Adaptor -->
- <action path="/adaptor" scope="request" type="id.co.hanoman.config.action.AdaptorAction">
- <forward name="serverPort_list" path="/jsp/config/serverPort_list.jsp" />
- <forward name="serverPort_detail" path="/jsp/config/serverPort_detail.jsp" />
- <forward name="serverPort_edit" path="/jsp/config/serverPort_edit.jsp" />
- <forward name="serverPort_create" path="/jsp/config/serverPort_create.jsp" />
- <forward name="client_list" path="/jsp/config/client_list.jsp" />
- <forward name="client_detail" path="/jsp/config/client_detail.jsp" />
- <forward name="client_edit" path="/jsp/config/client_edit.jsp" />
- <forward name="client_create" path="/jsp/config/client_create.jsp" />
- <forward name="adaptor_audit" path="/jsp/config/adaptor_audit.jsp" />
- </action>
- <!-- Adaptor Param -->
- <action path="/adaptorParam" scope="request" type="id.co.hanoman.config.action.AdaptorParamAction">
- <forward name="list" path="/jsp/config/adaptorParam_list.jsp" />
- <forward name="detail" path="/jsp/config/adaptorParam_detail.jsp" />
- <forward name="create" path="/jsp/config/adaptorParam_create.jsp" />
- <forward name="edit" path="/jsp/config/adaptorParam_edit.jsp" />
- <forward name="edit_list" path="/jsp/config/adaptorParam_editList.jsp" />
- </action>
- <!-- Charge -->
- <action path="/charges" scope="request" type="id.co.hanoman.config.action.ChargesAction">
- <forward name="list" path="/jsp/config/charges_list.jsp" />
- <forward name="detail" path="/jsp/config/charges_detail.jsp" />
- <forward name="edit" path="/jsp/config/charges_edit.jsp" />
- </action>
- <!-- Codex -->
- <action path="/codex" name="codexForm" scope="request" type="id.co.hanoman.config.action.CodexAction">
- <forward name="list" path="/jsp/config/codex_list.jsp" />
- <forward name="detail" path="/jsp/config/codex_detail.jsp" />
- <forward name="create" path="/jsp/config/codex_create.jsp" />
- <forward name="edit" path="/jsp/config/codex_edit.jsp" />
- </action>
-
- <!-- Dbconn -->
- <action path="/dbconn" scope="request" type="id.co.hanoman.config.action.DbconnAction">
- <forward name="list" path="/jsp/config/dbconn_list.jsp" />
- <forward name="detail" path="/jsp/config/dbconn_detail.jsp" />
- <forward name="create" path="/jsp/config/dbconn_create.jsp" />
- <forward name="edit" path="/jsp/config/dbconn_edit.jsp" />
- </action>
- <!-- Dbquery -->
- <action path="/dbquery" scope="request" type="id.co.hanoman.config.action.DbQueryAction">
- <forward name="list" path="/jsp/config/dbquery_list.jsp" />
- <forward name="detail" path="/jsp/config/dbquery_detail.jsp" />
- <forward name="create" path="/jsp/config/dbquery_create.jsp" />
- <forward name="edit" path="/jsp/config/dbquery_edit.jsp" />
- </action>
- <!-- Device Teller -->
- <action path="/devTellerMap" scope="request" type="id.co.hanoman.config.action.DevTellerMapAction">
- <forward name="list" path="/jsp/config/devTellerMap_list.jsp" />
- <forward name="detail" path="/jsp/config/devTellerMap_detail.jsp" />
- <forward name="create" path="/jsp/config/devTellerMap_create.jsp" />
- <forward name="edit" path="/jsp/config/devTellerMap_edit.jsp" />
- </action>
- <!-- Encrypt Password -->
- <action path="/encryptPassword" scope="request" type="id.co.hanoman.config.action.EncryptPasswordAction">
- <forward name="encrypt_passwd" path="/jsp/config/encrypt_passwd.jsp" />
- </action>
- <!-- Eod Config -->
- <action path="/eodConfig" scope="request" type="id.co.hanoman.config.action.EodAction">
- <forward name="detail" path="/jsp/config/eodConfig.jsp" />
- </action>
-
- <!-- Cleaner -->
- <action path="/cleaner" scope="request" type="id.co.hanoman.config.action.CleanerAction">
- <forward name="cleaner" path="/jsp/config/cleaner.jsp" />
- </action>
- <!-- Error Map -->
- <action path="/errorMap" scope="request" type="id.co.hanoman.config.action.ErrorMapAction">
- <forward name="list" path="/jsp/config/errorMap_list.jsp" />
- <forward name="detail" path="/jsp/config/errorMap_detail.jsp" />
- <forward name="create" path="/jsp/config/errorMap_create.jsp" />
- <forward name="edit" path="/jsp/config/errorMap_edit.jsp" />
- <forward name="edit_list" path="/jsp/config/errorMap_editList.jsp" />
- </action>
- <!-- Host -->
- <action path="/host" scope="request" type="id.co.hanoman.config.action.HostAction">
- <forward name="list" path="/jsp/config/host_list.jsp" />
- <forward name="detail" path="/jsp/config/host_detail.jsp" />
- <forward name="create" path="/jsp/config/host_create.jsp" />
- <forward name="edit" path="/jsp/config/host_edit.jsp" />
- </action>
- <!-- Mapping -->
- <action path="/mapping" scope="request" type="id.co.hanoman.config.action.MappingAction">
- <forward name="list" path="/jsp/config/mapping_list.jsp" />
- <forward name="detail" path="/jsp/config/mapping_detail.jsp" />
- <forward name="detail_GroupLine" path="/jsp/config/mapping_GroupLine.jsp" />
- <forward name="create" path="/jsp/config/mapping_create.jsp" />
- <forward name="add_mgLine" path="/jsp/config/mappingGroupLine_add.jsp" />
- <forward name="edit" path="/jsp/config/mapping_edit.jsp" />
- </action>
-
- <!-- Monitor -->
- <action path="/monitor" scope="request" type="id.co.hanoman.config.action.MonitorAction">
- <forward name="monitor" path="/jsp/config/monitor_list.jsp" />
- <forward name="monitor_stats" path="/jsp/config/monitor_stats.jsp" />
- </action>
- <!-- Parser -->
- <action path="/parser" scope="request" type="id.co.hanoman.config.action.ParserAction">
- <forward name="list" path="/jsp/config/parser_list.jsp" />
- <forward name="detail" path="/jsp/config/parser_detail.jsp" />
- <forward name="create" path="/jsp/config/parser_create.jsp" />
- <forward name="edit" path="/jsp/config/parser_edit.jsp" />
- </action>
- <!-- Routing table -->
- <action path="/routingTable" scope="request" type="id.co.hanoman.config.action.RoutingTableAction">
- <forward name="list" path="/jsp/config/routingTable_list.jsp" />
- <forward name="detail" path="/jsp/config/routingTable_detail.jsp" />
- <forward name="create" path="/jsp/config/routingTable_create.jsp" />
- <forward name="edit" path="/jsp/config/routingTable_edit.jsp" />
- <forward name="edit_list" path="/jsp/config/routingTable_editList.jsp" />
- </action>
-
- <!-- Parameter Map -->
- <action path="/paramMap" scope="request" type="id.co.hanoman.config.action.ParamMapAction">
- <forward name="list" path="/jsp/config/paramMap_list.jsp" />
- <forward name="detail" path="/jsp/config/paramMap_detail.jsp" />
- <forward name="create" path="/jsp/config/paramMap_create.jsp" />
- <forward name="edit" path="/jsp/config/paramMap_edit.jsp" />
- <forward name="edit_list" path="/jsp/config/paramMap_editList.jsp" />
- </action>
- <!-- File Param -->
- <action path="/fileParam" scope="request" name="fileParam" type="id.co.hanoman.config.action.FileParamAction">
- <forward name="list" path="/jsp/config/fileParam_list.jsp" />
- <forward name="detail" path="/jsp/config/fileParam_detail.jsp" />
- <forward name="create" path="/jsp/config/fileParam_create.jsp" />
- <forward name="edit" path="/jsp/config/fileParam_edit.jsp" />
- <forward name="edit_list" path="/jsp/config/fileParam_editList.jsp" />
- </action>
-
- <!-- Rpg Call -->
- <action path="/rpgCall" scope="request" type="id.co.hanoman.config.action.RpgCallAction">
- <forward name="list" path="/jsp/config/rpgCall_list.jsp" />
- <forward name="detail" path="/jsp/config/rpgCall_detail.jsp" />
- <forward name="create" path="/jsp/config/rpgCall_create.jsp" />
- <forward name="edit" path="/jsp/config/rpgCall_edit.jsp" />
- </action>
- <!-- END CONFIG -->
- <!-- START EPAYMENT -->
- <!-- App Setting -->
- <action path="/appSetting" scope="request" type="id.co.hanoman.ePayment.action.AppSettingAction">
- <forward name="list" path="/jsp/ePayment/appSetting_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/appSetting_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/appSetting_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/appSetting_edit.jsp" />
- </action>
- <!-- App User -->
- <action path="/appUser" scope="request" type="id.co.hanoman.ePayment.action.AppUserAction">
- <forward name="list" path="/jsp/ePayment/appUser_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/appUser_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/appUser_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/appUser_edit.jsp" />
- </action>
- <!-- Biller Category -->
- <action path="/billerCategory" scope="request" type="id.co.hanoman.ePayment.action.BillerCategoryAction">
- <forward name="list" path="/jsp/ePayment/billerCategory_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/billerCategory_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/billerCategory_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/billerCategory_edit.jsp" />
- </action>
- <!-- Biller Data -->
- <action path="/billerData" scope="request" type="id.co.hanoman.ePayment.action.BillerDataAction">
- <forward name="list" path="/jsp/ePayment/billerData_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/billerData_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/billerData_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/billerData_edit.jsp" />
- <forward name="eod_notification" path="/jsp/ePayment/eodConfig_notification.jsp" />
- </action>
- <!-- Epay Privilege -->
- <action path="/epayPrivilege" scope="request" type="id.co.hanoman.ePayment.action.EpayPrivilegeAction">
- <forward name="list" path="/jsp/ePayment/epay_privilege_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/epay_privilege_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/epay_privilege_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/epay_privilege_edit.jsp" />
- </action>
- <!-- Epay Role -->
- <action path="/epayRole" scope="request" type="id.co.hanoman.ePayment.action.EpayRoleAction">
- <forward name="list" path="/jsp/ePayment/epay_role_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/epay_role_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/epay_role_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/epay_role_edit.jsp" />
- </action>
- <!-- Maintain Biller Group -->
- <action path="/billerGroup" scope="request" type="id.co.hanoman.ePayment.action.MaintainBillerGroupAction">
- <forward name="edit" path="/jsp/ePayment/billerGroup_edit.jsp" />
- </action>
- <!-- Nh Biller Config -->
- <action path="/nhBillerConfig" scope="request" type="id.co.hanoman.ePayment.action.NhBillerConfigAction">
- <forward name="list" path="/jsp/ePayment/nhBillerConfig_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/nhBillerConfig_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/nhBillerConfig_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/nhBillerConfig_edit.jsp" />
- <forward name="list_monitoring" path="/jsp/ePayment/sync_monitoring.jsp" />
- </action>
- <!-- Nh Log Activity -->
- <action path="/nhLogActivity" scope="request" type="id.co.hanoman.ePayment.action.NhLogActivityAction">
- <forward name="detail" path="/jsp/ePayment/nhLogActivity_detail.jsp" />
- <forward name="list" path="/jsp/ePayment/nhLogActivity_list.jsp" />
- </action>
- <!-- Nh Server Config -->
- <action path="/nhServerConfig" scope="request" type="id.co.hanoman.ePayment.action.NhServerConfigAction">
- <forward name="lastSynch" path="/jsp/ePayment/lastSynch_config.jsp" />
- </action>
- <!-- Report -->
- <action path="/report" name="reportForm" scope="request" type="id.co.hanoman.ePayment.action.ReportAction">
- <forward name="list" path="/jsp/ePayment/report_list.jsp" />
- <forward name="detail" path="/jsp/ePayment/report_detail.jsp" />
- <forward name="create" path="/jsp/ePayment/report_create.jsp" />
- <forward name="edit" path="/jsp/ePayment/report_edit.jsp" />
- <forward name="report" path="/jsp/ePayment/report.jsp" />
- </action>
- <!-- END EPAYMENT -->
- <!-- START LOG -->
- <!-- Dlog -->
- <action path="/dlog" scope="request" type="id.co.hanoman.log.action.DlogAction">
- <forward name="list" path="/jsp/log/dlog_list.jsp" />
- <forward name="detail" path="/jsp/log/dlog_detail.jsp" />
- <forward name="detail_service" path="/jsp/log/dlogService_detail.jsp" />
- </action>
- <!-- END LOG -->
- <!-- START MWAPP -->
- <!-- Attribute -->
- <action path="/attribute" scope="request" type="id.co.hanoman.mwapp.action.AttributeAction">
- <forward name="list" path="/jsp/mwapp/attribute_list.jsp" />
- <forward name="detail" path="/jsp/mwapp/attribute_detail.jsp" />
- <forward name="create" path="/jsp/mwapp/attribute_create.jsp" />
- <forward name="edit" path="/jsp/mwapp/attribute_edit.jsp" />
- </action>
-
- <!-- Privilege -->
- <action path="/privilege" scope="request" type="id.co.hanoman.mwapp.action.PrivilegeAction">
- <forward name="list" path="/jsp/mwapp/privilege_list.jsp" />
- <forward name="detail" path="/jsp/mwapp/privilege_detail.jsp" />
- <forward name="create" path="/jsp/mwapp/privilege_create.jsp" />
- <forward name="edit" path="/jsp/mwapp/privilege_edit.jsp" />
- </action>
- <!-- Role -->
- <action path="/role" scope="request" type="id.co.hanoman.mwapp.action.RoleAction">
- <forward name="list" path="/jsp/mwapp/role_list.jsp" />
- <forward name="detail" path="/jsp/mwapp/role_detail.jsp" />
- <forward name="create" path="/jsp/mwapp/role_create.jsp" />
- <forward name="edit" path="/jsp/mwapp/role_edit.jsp" />
- </action>
- <!-- END MWAPP -->
- <!-- START REKON -->
- <!-- Database Connection -->
- <action path="/databaseConnection" scope="request" type="id.co.hanoman.rekon.action.DatabaseConnectionAction">
- <forward name="list" path="/jsp/rekon/dbConnection_list.jsp" />
- <forward name="detail" path="/jsp/rekon/dbConnection_detail.jsp" />
- <forward name="create" path="/jsp/rekon/dbConnection_create.jsp" />
- <forward name="edit" path="/jsp/rekon/dbConnection_edit.jsp" />
- </action>
- <!-- Database Query -->
- <action path="/dataQuery" scope="request" type="id.co.hanoman.rekon.action.DataQueryAction">
- <forward name="list" path="/jsp/rekon/dataQuery_list.jsp" />
- <forward name="detail" path="/jsp/rekon/dataQuery_detail.jsp" />
- <forward name="create" path="/jsp/rekon/dataQuery_create.jsp" />
- <forward name="edit" path="/jsp/rekon/dataQuery_edit.jsp" />
- </action>
- <!-- Rekon Config -->
- <action path="/rekonConfig" scope="request" type="id.co.hanoman.rekon.action.RekonConfigAction">
- <forward name="list" path="/jsp/rekon/rekonConfig_list.jsp" />
- <forward name="detail" path="/jsp/rekon/rekonConfig_detail.jsp" />
- <forward name="create" path="/jsp/rekon/rekonConfig_create.jsp" />
- <forward name="create_reconProcess" path="/jsp/rekon/rekonConfig_createReconProcess.jsp" />
- <forward name="create_reconAction" path="/jsp/rekon/rekonConfig_createReconAction.jsp" />
- <forward name="edit" path="/jsp/rekon/rekonConfig_edit.jsp" />
- </action>
- <action path="/reconProcess" scope="request" type="id.co.hanoman.rekon.action.ReconProcessAction">
- <forward name="list" path="/jsp/rekon/reconProcess_list.jsp" />
- <forward name="detail" path="/jsp/rekon/reconProcess_detail.jsp" />
- <forward name="create" path="/jsp/rekon/reconProcess_create.jsp" />
- <forward name="edit" path="/jsp/rekon/reconProcess_edit.jsp" />
- </action>
- <action path="/reconAction" scope="request" type="id.co.hanoman.rekon.action.ReconActionAction">
- <forward name="list" path="/jsp/rekon/reconAction_list.jsp" />
- <forward name="detail" path="/jsp/rekon/reconAction_detail.jsp" />
- <forward name="create" path="/jsp/rekon/reconAction_create.jsp" />
- <forward name="edit" path="/jsp/rekon/reconAction_edit.jsp" />
- </action>
- <!-- END REKON -->
- <!-- UNUSED - ->
- <action path="/log" scope="request" type="id.co.hanoman.config.action.LogAction">
- <forward name="list" path="/jsp/config/log_list.jsp" />
- <forward name="detail" path="/jsp/config/log_detail.jsp" />
- </action>
-
- <action path="/masterLog" scope="request" type="id.co.hanoman.log.action.MasterLogAction">
- <forward name="list" path="/jsp/log/masterLog_list.jsp" />
- <forward name="d_log" path="/jsp/log/log_detail.jsp" />
- </action>
- <action path="/isoLog" scope="request" type="id.co.hanoman.log.action.IsoLogAction">
- <forward name="list" path="/jsp/log/isoLog_list.jsp" />
- <forward name="d_iso" path="/jsp/log/isoLogView_detail.jsp" />
- </action>
- <action path="/abcsLog" scope="request" type="id.co.hanoman.log.action.AbcsLogAction">
- <forward name="list" path="/jsp/log/abcsLog_list.jsp" />
- <forward name="d_abcs" path="/jsp/log/abcsLogView_detail.jsp" />
- </action>
- <!- - -->
- </action-mappings>
- <message-resources parameter="ApplicationResources" />
- </struts-config>
|