88e4b70e4122ce1c98956ac8b6ce5a49dcf52ecf
[policy/engine.git] / ONAP-SDK-APP / src / main / webapp / WEB-INF / defs / definitions.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START==================================================
4   ONAP Policy Engine
5   ===========================================================================
6   Copyright (C) 2017-2018, 2020 AT&T Intellectual Property. All rights reserved.
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   ============LICENSE_END====================================================
20   -->
21 <!DOCTYPE tiles-definitions PUBLIC
22        "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN"
23        "http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
24
25 <!--
26     This tiles definitions file is defs/definitions.xml.
27     It maps     tokens used by app controllers to JSP file paths.
28     Applications that use JSP pages should modify this file.
29     Configured by ExternalAppConfig#addTileDefinitions().
30 -->
31
32 <tiles-definitions>
33
34     <definition name="tileKey" template="/path/to/page_template.html"/>
35     <definition name="policy_Editor" template="/app/policyApp/main/policyEditor.html"/>
36     <definition name="welcome" template="/app/fusion/scripts/DS2-view-models/welcome.html" />
37
38 </tiles-definitions>