/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

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <decorators defaultdir="/WEB-INF/decorators">
  3. <!-- All gadgets Rest calls will be made here -->
  4. <excludes>
  5. <pattern>/gadget/*</pattern>
  6. <pattern>/public/*</pattern>
  7. <pattern>/_ah/*</pattern>
  8. </excludes>
  9. <!-- All web page publish calls will be made here -->
  10. <decorator name="layout" page="layout.jsp">
  11. <pattern>/*</pattern>
  12. </decorator>
  13. <decorator name="admin-layout" page="admin-layout.jsp">
  14. <pattern>/admin/*</pattern>
  15. </decorator>
  16. </decorators>