/src/main/webapp/WEB-INF/decorators.xml
http://thoughtsite.googlecode.com/ · XML · 18 lines · 14 code · 2 blank · 2 comment · 0 complexity · 4cb8351ea1d26ccba7ce39577d34c76a MD5 · raw file
- <?xml version="1.0" encoding="ISO-8859-1"?>
-
- <decorators defaultdir="/WEB-INF/decorators">
- <!-- All gadgets Rest calls will be made here -->
- <excludes>
- <pattern>/gadget/*</pattern>
- <pattern>/public/*</pattern>
- <pattern>/_ah/*</pattern>
- </excludes>
-
- <!-- All web page publish calls will be made here -->
- <decorator name="layout" page="layout.jsp">
- <pattern>/*</pattern>
- </decorator>
- <decorator name="admin-layout" page="admin-layout.jsp">
- <pattern>/admin/*</pattern>
- </decorator>
- </decorators>