UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / WEB-INF / defs / definitions.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
3     Licensed under the Apache License, Version 2.0 (the "License"); you may not
4     use this file except in compliance with the License. You may obtain a copy
5     of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
6     by applicable law or agreed to in writing, software distributed under the
7     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
8     OF ANY KIND, either express or implied. See the License for the specific
9     language governing permissions and limitations under the License. -->
10 <!DOCTYPE tiles-definitions PUBLIC
11        "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN"
12        "http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
13
14 <!-- This tiles definitions file is defs/definitions.xml. It maps tokens
15     used by app controllers to JSP file paths. Applications that use JSP pages
16     should modify this file. Configured by ExternalAppConfig#addTileDefinitions(). -->
17
18 <tiles-definitions>
19
20     <definition name="newSubmission"
21         template="/app/AECBlueprintValidationUI/NewSubmission/NewSubmission.html" />
22
23     <definition name="committedSubmissions"
24         template="/app/AECBlueprintValidationUI/CommittedSubmissions/CommittedSubmissions.html" />
25
26     <definition name="getBySubmissionId"
27         template="/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionId.html" />
28
29 </tiles-definitions>