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