[UI] Handling users and passwords
[validation.git] / ui / src / main / webapp / WEB-INF / defs / definitions.xml
index f64ea8f..1ee22e9 100644 (file)
     <definition name="validationresults"
         template="/app/BluvalUI/ValidationResults/ValidationResults.html" />
 
+    <definition name="registerlab"
+        template="/app/BluvalUI/RegisterLab/RegisterLab.html" />
+
+    <definition name="unregisterlab"
+        template="/app/BluvalUI/UnRegisterLab/UnRegisterLab.html" />
+
+    <definition name="registerblueprint"
+        template="/app/BluvalUI/RegisterBlueprint/RegisterBlueprint.html" />
+
+    <definition name="unregisterblueprint"
+        template="/app/BluvalUI/UnRegisterBlueprint/UnRegisterBlueprint.html" />
+
+    <definition name="registerlayer"
+        template="/app/BluvalUI/RegisterLayer/RegisterLayer.html" />
+
+    <definition name="unregisterlayer"
+        template="/app/BluvalUI/UnRegisterLayer/UnRegisterLayer.html" />
+
+    <definition name="registertimeslot"
+        template="/app/BluvalUI/RegisterTimeslot/RegisterTimeslot.html" />
+
+    <definition name="registerblueprintinstance"
+        template="/app/BluvalUI/RegisterBlueprintInstance/RegisterBlueprintInstance.html" />
+
+    <definition name="unregisterblueprintinstance"
+        template="/app/BluvalUI/UnRegisterBlueprintInstance/UnRegisterBlueprintInstance.html" />
+
+    <definition name="modifylab"
+        template="/app/BluvalUI/ModifyLab/ModifyLab.html" />
+
+    <definition name="modifyblueprintinstance"
+        template="/app/BluvalUI/ModifyBlueprintInstance/ModifyBlueprintInstance.html" />
+
+    <definition name="getlabs"
+        template="/app/BluvalUI/GetLabs/GetLabs.html" />
+
+    <definition name="getblueprints"
+        template="/app/BluvalUI/GetBlueprints/GetBlueprints.html" />
+
+    <definition name="getlayers"
+        template="/app/BluvalUI/GetLayers/GetLayers.html" />
+
+    <definition name="gettimeslots"
+        template="/app/BluvalUI/GetTimeslots/GetTimeslots.html" />
+
+    <definition name="getblueprintinstances"
+        template="/app/BluvalUI/GetBlueprintInstances/GetBlueprintInstances.html" />
+
+    <definition name="createuser"
+        template="/app/BluvalUI/CreateUser/CreateUser.html" />
+
+    <definition name="resetuser"
+        template="/app/BluvalUI/ResetUser/ResetUser.html" />
+
+    <definition name="getuser"
+        template="/app/BluvalUI/GetUser/GetUser.html" />
+
+    <definition name="updatepassword"
+        template="/app/BluvalUI/UpdatePassword/UpdatePassword.html" />
+
 </tiles-definitions>