source: trunk/web-app/WEB-INF/sitemesh.xml @ 913

Last change on this file since 913 was 449, checked in by gav, 14 years ago

Upgrade to Grails-1.2.1, all plugins upgraded to latest versions and configs adjusted to suite.

File size: 626 bytes
RevLine 
[55]1<sitemesh>
2    <page-parsers>
3        <parser content-type="text/html"
[449]4            class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" />
[55]5        <parser content-type="text/html;charset=ISO-8859-1"
[449]6            class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" />
[55]7        <parser content-type="text/html;charset=UTF-8"
[449]8            class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" />           
[55]9    </page-parsers>
10
11    <decorator-mappers>
12        <mapper class="org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper" />
13    </decorator-mappers>
14</sitemesh>
Note: See TracBrowser for help on using the repository browser.