fd810ae865e351de658d50747e6841d00218ee91
[portal.git] / ecomp-portal-BE-common / src / main / webapp / WEB-INF / fusion / defs / definitions.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START==========================================
4   ONAP Portal
5   ===================================================================
6   Copyright © 2017 AT&T Intellectual Property. All rights reserved.
7   ===================================================================
8  
9   Unless otherwise specified, all software contained herein is licensed
10   under the Apache License, Version 2.0 (the “License”);
11   you may not use this software except in compliance with the License.
12   You may obtain a copy of the License at
13  
14               http://www.apache.org/licenses/LICENSE-2.0
15  
16   Unless required by applicable law or agreed to in writing, software
17   distributed under the License is distributed on an "AS IS" BASIS,
18   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19   See the License for the specific language governing permissions and
20   limitations under the License.
21  
22   Unless otherwise specified, all documentation contained herein is licensed
23   under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
24   you may not use this documentation except in compliance with the License.
25   You may obtain a copy of the License at
26  
27               https://creativecommons.org/licenses/by/4.0/
28  
29   Unless required by applicable law or agreed to in writing, documentation
30   distributed under the License is distributed on an "AS IS" BASIS,
31   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32   See the License for the specific language governing permissions and
33   limitations under the License.
34  
35   ============LICENSE_END============================================
36  
37   ECOMP is a trademark and service mark of AT&T Intellectual Property.
38   -->
39
40 <!DOCTYPE tiles-definitions PUBLIC
41        "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN"
42        "http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
43 <tiles-definitions>
44
45     <definition name="ebz_template" template="/WEB-INF/fusion/jsp/ebz_template.jsp">  
46       <put-attribute name="title" value=""></put-attribute>  
47       <put-attribute name="header" value="/WEB-INF/fusion/jsp/ebz/ebz_header.jsp"></put-attribute>  
48       <put-attribute name="body" value=""></put-attribute>
49       <put-attribute name="footer" value="/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp"></put-attribute>  
50     </definition>
51     
52     <definition name="ebz_template_raptor" template="/WEB-INF/fusion/jsp/ebz_template_raptor.jsp">  
53       <put-attribute name="title" value=""></put-attribute>  
54       <put-attribute name="header" value="/WEB-INF/fusion/jsp/ebz/ebz_header_raptor.jsp"></put-attribute>  
55       <put-attribute name="body" value=""></put-attribute>
56       <put-attribute name="footer" value="/WEB-INF/fusion/jsp/ebz/ebz_footer_raptor.jsp"></put-attribute>  
57     </definition>
58
59     <definition name="ebz_template_noheader_nofooter" template="/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp">  
60       <put-attribute name="body" value=""></put-attribute>
61     </definition>  
62
63       <definition name="ebz_template_report_embedded"
64     template="/WEB-INF/fusion/jsp/ebz/ebz_template_report_embedded.jsp">
65     <put-attribute name="body" value=""></put-attribute>
66   </definition>
67       
68      <definition extends="ebz_template" name="user_profile">  
69         <put-attribute name="body" value="/WEB-INF/jsp/user_profile.jsp"></put-attribute>
70     </definition>  
71     
72     <definition extends="ebz_template" name="profile_search">   
73         <put-attribute name="body" value="/WEB-INF/fusion/jsp/profile_search.jsp"></put-attribute>
74         <put-attribute name="viewName" value="profile_search"></put-attribute>  
75     </definition>
76     
77     <definition extends="ebz_template" name="profile">   
78         <put-attribute name="body" value="/WEB-INF/fusion/jsp/profile.jsp"></put-attribute>
79         <put-attribute name="viewName" value="profile"></put-attribute>  
80     </definition>   
81     
82         <definition extends="ebz_template" name="menu">   
83         <put-attribute name="body" value="/WEB-INF/jsp/menu.jsp"></put-attribute>
84         <put-attribute name="viewName" value="menu"></put-attribute>  
85     </definition>  
86     
87     
88     <definition extends="ebz_template" name="welcome">   
89        <put-attribute name="body" value="/WEB-INF/jsp/welcome.jsp"></put-attribute>
90        <put-attribute name="viewName" value="welcome"></put-attribute>  
91     </definition>  
92     
93     <definition extends="ebz_template" name="role_list">   
94        <put-attribute name="body" value="/WEB-INF/fusion/jsp/role_list.jsp"></put-attribute>
95        <put-attribute name="viewName" value="role_list"></put-attribute>  
96     </definition> 
97     
98     <definition extends="ebz_template" name="role">   
99        <put-attribute name="body" value="/WEB-INF/fusion/jsp/role.jsp"></put-attribute>
100        <put-attribute name="viewName" value="role"></put-attribute>  
101     </definition>    
102      
103     <definition extends="ebz_template" name="role_function_list">   
104        <put-attribute name="body" value="/WEB-INF/fusion/jsp/role_function_list.jsp"></put-attribute>
105        <put-attribute name="viewName" value="role_function_list"></put-attribute>  
106     </definition>     
107      
108     <definition extends="ebz_template" name="post_search">   
109        <put-attribute name="body" value="/WEB-INF/fusion/jsp/post_search.jsp"></put-attribute>
110        <put-attribute name="viewName" value="post_search"></put-attribute>  
111     </definition> 
112     
113     <definition name="error" template="/WEB-INF/jsp/error.jsp"/>
114     
115         <definition name="report" template="/app/fusion/scripts/DS2-view-models/ds2-reports/all-reports.html" />
116         
117         <definition extends="ebz_template" name="report_wizard">
118                 <put-attribute name="body"
119                         value="/WEB-INF/fusion/raptor/report_wizard.jsp"></put-attribute>
120                 <put-attribute name="viewName" value="report_wizard"></put-attribute>
121         </definition>
122
123   <definition extends="ebz_template_report_embedded" name="report_embedded">
124     <put-attribute name="body"
125       value="/WEB-INF/fusion/raptor/report_ebz_embedded.jsp"></put-attribute>
126   </definition>
127   <definition extends="ebz_template" name="report_sample">
128     <put-attribute name="body"
129       value="/WEB-INF/fusion/raptor/report_sample.jsp"></put-attribute>
130   </definition>
131   <definition extends="ebz_template_noheader_nofooter" name="test_run_sql">
132     <put-attribute name="body"
133       value="/WEB-INF/fusion/raptor/test_run_sql.jsp"></put-attribute>
134   </definition>
135   <definition extends="ebz_template_noheader_nofooter" name="date_start_field_run_sql">
136     <put-attribute name="body"
137       value="/WEB-INF/fusion/raptor/date_start_field_run_sql.jsp"></put-attribute>
138   </definition>
139   <definition extends="ebz_template_noheader_nofooter" name="date_end_field_run_sql">
140     <put-attribute name="body"
141       value="/WEB-INF/fusion/raptor/date_end_field_run_sql.jsp"></put-attribute>
142   </definition>
143   <definition extends="ebz_template_noheader_nofooter" name="test_field_run_sql">
144     <put-attribute name="body"
145       value="/WEB-INF/fusion/raptor/test_field_run_sql.jsp"></put-attribute>
146   </definition>
147   <definition extends="ebz_template_noheader_nofooter" name="default_field_run_sql">
148     <put-attribute name="body"
149       value="/WEB-INF/fusion/raptor/default_field_run_sql.jsp"></put-attribute>
150   </definition>
151   <definition extends="ebz_template_noheader_nofooter" name="popup_testrun_sql">
152     <put-attribute name="body"
153       value="/WEB-INF/fusion/raptor/popup_testrun_sql.jsp"></put-attribute>
154   </definition>
155   <definition extends="ebz_template_noheader_nofooter" name="popup_semaphore">
156     <put-attribute name="body"
157       value="/WEB-INF/fusion/raptor/popup_semaphore.jsp"></put-attribute>
158   </definition>
159   <definition extends="ebz_template_noheader_nofooter" name="popup_import_semaphore">
160     <put-attribute name="body"
161       value="/WEB-INF/fusion/raptor/popup_import_semaphore.jsp"></put-attribute>
162   </definition>
163   <definition extends="ebz_template_noheader_nofooter" name="popup_table_cols">
164     <put-attribute name="body"
165       value="/WEB-INF/fusion/raptor/popup_table_cols.jsp"></put-attribute>
166   </definition>
167   <definition extends="ebz_template_noheader_nofooter" name="popup_drill_down_report">
168     <put-attribute name="body"
169       value="/WEB-INF/fusion/raptor/popup_drill_down_report.jsp"></put-attribute>
170   </definition>
171   <definition extends="ebz_template_noheader_nofooter" name="popup_sql">
172     <put-attribute name="body"
173       value="/WEB-INF/fusion/raptor/popup_sql.jsp"></put-attribute>
174   </definition>
175   
176   <definition name="raptor/error_page.jsp"   template="/WEB-INF/fusion/raptor/error_page.jsp"/>   
177
178     <definition extends="ebz_template_raptor" name="wizard_schedule_only">
179     <put-attribute name="body"
180       value="/WEB-INF/fusion/raptor/wizard_schedule_only.jsp"></put-attribute>
181     <put-attribute name="viewName" value="wizard_schedule_only"></put-attribute>
182   </definition>
183
184   <definition extends="ebz_template" name="report_import">
185     <put-attribute name="body"
186       value="/WEB-INF/fusion/raptor/report_import.jsp"></put-attribute>
187     <put-attribute name="viewName" value="report_import"></put-attribute>
188   </definition>
189
190   <definition name="data_out" template="/WEB-INF/fusion/jsp/data_out.jsp" />
191     <definition extends="ebz_template" name="collaborate_list">   
192        <put-attribute name="body" value="/WEB-INF/fusion/jsp/collaborateList.jsp"></put-attribute>
193     </definition> 
194     
195     <definition extends="ebz_template" name="jcs_admin">   
196        <put-attribute name="body" value="/WEB-INF/fusion/jsp/jcs_admin.jsp"></put-attribute>
197        <put-attribute name="viewName" value="jcs_admin"></put-attribute> 
198     </definition>
199     
200     <definition extends="ebz_template" name="usage_list">   
201        <put-attribute name="body" value="/WEB-INF/fusion/jsp/usage_list.jsp"></put-attribute>
202        <put-attribute name="viewName" value="usage_list"></put-attribute> 
203     </definition>
204
205     <definition name="collaboration" template="/WEB-INF/fusion/jsp/webrtc/collaboration.jsp"/>    
206        
207 </tiles-definitions>