diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml b/POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml new file mode 100644 index 000000000..8fbcd5af4 --- /dev/null +++ b/POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE tiles-definitions PUBLIC + "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" + "http://tiles.apache.org/dtds/tiles-config_3_0.dtd"> + +<!-- This tiles definitions file is defs/definitions.xml. It maps + tokens used by example SDK-app controllers to JSP file paths. + Applications that use JSP pages should modify this file. --> + +<tiles-definitions> + + <definition extends="ebz_template" name="leafletMap"> + <put-attribute name="body" value="/WEB-INF/jsp/leafletMap.jsp"></put-attribute> + </definition> + + <definition name="drools" + template="/app/fusionapp/drools/view-models/droolsSinglePage.html" /> + + <definition name="single_page_sample" + template="/app/fusionapp/scripts/view-models/singlePageSample.html" /> + <definition name="policy_Editor" template="/app/policyApp/main/policyEditor.html"/> +</tiles-definitions> |