aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF/decorators.xml')
-rw-r--r--pdf-as-web/src/main/webapp/WEB-INF/decorators.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml b/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
new file mode 100644
index 00000000..6a6ed0a0
--- /dev/null
+++ b/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<decorators defaultdir="/WEB-INF/decorators">
+ <excludes>
+ <pattern>/assets/*</pattern>
+ </excludes>
+
+ <decorator name="layout" page="default_layout.jsp">
+ <pattern>/*</pattern>
+ <pattern>/Sign</pattern>
+ <pattern>/ProvidePDF</pattern>
+ <pattern>/ErrorPage</pattern>
+ </decorator>
+</decorators> \ No newline at end of file