[UI] Handling users and passwords
[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/BluvalUI/NewSubmission/NewSubmission.html" />
22
23     <definition name="committedsubmissions"
24         template="/app/BluvalUI/CommittedSubmissions/CommittedSubmissions.html" />
25
26     <definition name="getmostrecent"
27         template="/app/BluvalUI/GetMostRecent/GetMostRecent.html" />
28
29     <definition name="getbytimestamp"
30         template="/app/BluvalUI/GetByTimestamp/GetByTimestamp.html" />
31
32     <definition name="getlastrun"
33         template="/app/BluvalUI/GetLastRun/GetLastRun.html" />
34
35     <definition name="getbasedondate"
36         template="/app/BluvalUI/GetBasedOnDate/GetBasedOnDate.html" />
37
38     <definition name="validationresults"
39         template="/app/BluvalUI/ValidationResults/ValidationResults.html" />
40
41     <definition name="registerlab"
42         template="/app/BluvalUI/RegisterLab/RegisterLab.html" />
43
44     <definition name="unregisterlab"
45         template="/app/BluvalUI/UnRegisterLab/UnRegisterLab.html" />
46
47     <definition name="registerblueprint"
48         template="/app/BluvalUI/RegisterBlueprint/RegisterBlueprint.html" />
49
50     <definition name="unregisterblueprint"
51         template="/app/BluvalUI/UnRegisterBlueprint/UnRegisterBlueprint.html" />
52
53     <definition name="registerlayer"
54         template="/app/BluvalUI/RegisterLayer/RegisterLayer.html" />
55
56     <definition name="unregisterlayer"
57         template="/app/BluvalUI/UnRegisterLayer/UnRegisterLayer.html" />
58
59     <definition name="registertimeslot"
60         template="/app/BluvalUI/RegisterTimeslot/RegisterTimeslot.html" />
61
62     <definition name="registerblueprintinstance"
63         template="/app/BluvalUI/RegisterBlueprintInstance/RegisterBlueprintInstance.html" />
64
65     <definition name="unregisterblueprintinstance"
66         template="/app/BluvalUI/UnRegisterBlueprintInstance/UnRegisterBlueprintInstance.html" />
67
68     <definition name="modifylab"
69         template="/app/BluvalUI/ModifyLab/ModifyLab.html" />
70
71     <definition name="modifyblueprintinstance"
72         template="/app/BluvalUI/ModifyBlueprintInstance/ModifyBlueprintInstance.html" />
73
74     <definition name="getlabs"
75         template="/app/BluvalUI/GetLabs/GetLabs.html" />
76
77     <definition name="getblueprints"
78         template="/app/BluvalUI/GetBlueprints/GetBlueprints.html" />
79
80     <definition name="getlayers"
81         template="/app/BluvalUI/GetLayers/GetLayers.html" />
82
83     <definition name="gettimeslots"
84         template="/app/BluvalUI/GetTimeslots/GetTimeslots.html" />
85
86     <definition name="getblueprintinstances"
87         template="/app/BluvalUI/GetBlueprintInstances/GetBlueprintInstances.html" />
88
89     <definition name="createuser"
90         template="/app/BluvalUI/CreateUser/CreateUser.html" />
91
92     <definition name="resetuser"
93         template="/app/BluvalUI/ResetUser/ResetUser.html" />
94
95     <definition name="getuser"
96         template="/app/BluvalUI/GetUser/GetUser.html" />
97
98     <definition name="updatepassword"
99         template="/app/BluvalUI/UpdatePassword/UpdatePassword.html" />
100
101 </tiles-definitions>