2009-04-02 00:53:45 +08:00
|
|
|
<sitemesh>
|
|
|
|
<page-parsers>
|
|
|
|
<parser content-type="text/html"
|
2009-09-21 03:19:50 +08:00
|
|
|
class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
|
2009-04-02 00:53:45 +08:00
|
|
|
<parser content-type="text/html;charset=ISO-8859-1"
|
2009-09-21 03:19:50 +08:00
|
|
|
class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
|
2009-04-02 00:53:45 +08:00
|
|
|
<parser content-type="text/html;charset=UTF-8"
|
2009-09-21 03:19:50 +08:00
|
|
|
class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
|
2009-04-02 00:53:45 +08:00
|
|
|
</page-parsers>
|
|
|
|
|
|
|
|
<decorator-mappers>
|
|
|
|
<mapper class="org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper" />
|
|
|
|
</decorator-mappers>
|
|
|
|
</sitemesh>
|