123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: mdsrv
- (C) Copyright IBM Corp. 2008, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!--
- This is the DispatcherJSP framework pagemap file. The pagemap file has been SIGNIFICANTLY
- reduced in functionality from its original incarnation from CMM's ALP framework, this is inline
- with the single role of the DispatcherJSP framework, rendering JSP pages, no more no less.
- <br>
- This page map is referenced by the masterPageMap.xml. The masterPageMap.xml can reference one or
- more page map files, this provides for logical grouping of jsp pages which may be relevant to
- the application. An application may choose to use just a single page map file with all JSP's listed
- in that file.
- <br>
- The page map consists of a series of <page> tags. A page tag consists of the following
- <ol>
- <li>an id. This represents a page id (pid). This is a mandatory attribute</li>
- <li>A view attribute. This if present should refer to the package path of a jsp file, though not strictly necessary.
- The common useage is for this attribute to point at a jsp</li>
- <li>a '<custom></custom>' tag. This tag may be nested in the page element, it will be parsed and
- made available to the application hosting the dispatcherJSPDriver. The purpose of this tag is to
- allow an appliction to provide request attribtues in an HttpServletRequest, this can serve the
- purpose of a preinstantiated bean. The other useage is for an application to use the custom data
- to do it implement its own presentation service for a pid, which may render the output of the request
- in a manner other then JSP. The DispatcherJSP does NO processing of the custom section other then
- making it available for the application.
- -->
- <!-- It will help us if we keep the name attribute the same as the name of the file. -->
- <pageMap name="importPageMap">
- <pages>
- <!-- Common -->
- <!-- ===================================================================== -->
- <page id="packageExistance_pid" view="/mdsrv/jsp/importWizard/CheckPackage.jsp">
- </page>
- <page id="updateCredentials" view="/mdsrv/jsp/importWizard/UpdateCredentials.jsp">
- </page>
-
- <page id="saveModifiedPackageSettings_pid" view="/mdsrv/jsp/importWizard/SaveModifiedPackageSettings.jsp">
- </page>
-
- <page id="importWizard_communication_error_page" view="/mdsrv/jsp/importWizard/iframeCommunicationError.jsp">
- </page>
-
- <page id="importWizard_ImportSpec_pid" view="/mdsrv/jsp/importWizard/ImportWizard_ImportSpec.jsp">
- </page>
-
- <page id="importWizard_GetTreeNodes_pid" view="/mdsrv/jsp/importWizard/ImportWizard_GetTreeNodes.jsp">
- </page>
-
- <!-- SAPBW -->
- <!-- ===================================================================== -->
- <page id="importWizard" view="/mdsrv/jsp/importWizard/SAPBWImportWizard.jsp"></page>
-
- <page id="importWizard_pid" view="/mdsrv/jsp/importWizard/SAPBWImportWizard.jsp">
- </page>
- <page id="importWizard_Import_pid" view="/mdsrv/jsp/importWizard/SAPBWImportWizard_Import.jsp">
- </page>
- <page id="importWizard_Languages_pid" view="/mdsrv/jsp/importWizard/SAPBWImportWizard_ProviderLang.jsp">
- </page>
-
- <page id="getSAPBWVariables_pid" view="/mdsrv/jsp/importWizard/SAPBWImportWizard_Variables.jsp">
- </page>
- <page id="updateSAPBWVariables_pid" view="/mdsrv/jsp/importWizard/EditVariables.jsp">
- </page>
-
- <!-- LWM -->
- <!-- ===================================================================== -->
- <page id="lightweightImportWizard_pid" view="/mdsrv/jsp/importWizard/LightweightImportWizard.jsp">
- </page>
-
- <!-- OLAP -->
- <!-- ===================================================================== -->
- <page id="OLAPImportWizard_Import_pid" view="/mdsrv/jsp/importWizard/OLAPImportWizard_Import.jsp">
- </page>
-
- <page id="OLAPImportWizard_Languages_pid" view="/mdsrv/jsp/importWizard/OLAPImportWizard_ProviderLang.jsp">
- </page>
-
- <page id="OLAPImportWizard_GetDimensionsList_pid" view="/mdsrv/jsp/importWizard/OLAPImportWizard_GetDimensionsList.jsp">
- </page>
-
- <!-- OLAP TEST -->
- <!-- ===================================================================== -->
- <page id="importWizard_GetTreeNodes_TEST_pid" view="/mdsrv/jsp/importWizard/ImportWizard_GetTreeNodes_TEST.jsp">
- </page>
-
- <page id="OLAPImportWizard_GetDimensionsList_TEST_pid" view="/mdsrv/jsp/importWizard/OLAPImportWizard_GetDimensionsList_TEST.jsp">
- </page>
-
- <page id="OLAPImportWizard_Import_TEST_pid" view="/mdsrv/jsp/importWizard/OLAPImportWizard_Import_TEST.jsp">
- </page>
-
-
- <!-- TM1 -->
- <!-- ===================================================================== -->
- <page id="TM1ImportWizard" view="/mdsrv/jsp/importWizard/TM1ImportWizard.jsp"></page>
-
- <page id="TM1ImportWizard_pid" view="/mdsrv/jsp/importWizard/TM1ImportWizard.jsp">
- </page>
-
- <!-- TMR -->
- <!-- ===================================================================== -->
- <page id="TMRImportWizard" view="/mdsrv/jsp/importWizard/TMRImportWizard.jsp"></page>
-
- <page id="TMRImportWizard_pid" view="/mdsrv/jsp/importWizard/TMRImportWizard.jsp">
- </page>
-
- <!-- ESSBASE -->
- <!-- ===================================================================== -->
- <page id="ESSBASEImportWizard" view="/mdsrv/jsp/importWizard/ESSBASEImportWizard.jsp"></page>
-
- <page id="ESSBASEImportWizard_pid" view="/mdsrv/jsp/importWizard/ESSBASEImportWizard.jsp">
- </page>
- <!-- MSAS -->
- <!-- ===================================================================== -->
- <page id="MSASImportWizard" view="/mdsrv/jsp/importWizard/MSASImportWizard.jsp"></page>
-
- <page id="MSASImportWizard_pid" view="/mdsrv/jsp/importWizard/MSASImportWizard.jsp">
- </page>
-
- <!-- LinkedNode for ODATA, JASON, etc. -->
- <!-- ===================================================================== -->
- <page id="LinkedNodeImportWizard" view="/mdsrv/jsp/importWizard/LinkedNodeImportWizard.jsp"></page>
- <page id="LinkedNodeImportWizard_Import_pid" view="/mdsrv/jsp/importWizard/LinkedNodeImportWizard_Import.jsp"></page>
-
- </pages>
- </pageMap>
|