Last change
on this file since 52 was
17,
checked in by tuxta, 16 years ago
|
Created grails app and init domain classes
|
File size:
608 bytes
|
Rev | Line | |
---|
[17] | 1 | <sitemesh> |
---|
| 2 | <page-parsers> |
---|
| 3 | <parser content-type="text/html" |
---|
| 4 | class="com.opensymphony.module.sitemesh.parser.FastPageParser" /> |
---|
| 5 | <parser content-type="text/html;charset=ISO-8859-1" |
---|
| 6 | class="com.opensymphony.module.sitemesh.parser.FastPageParser" /> |
---|
| 7 | <parser content-type="text/html;charset=UTF-8" |
---|
| 8 | class="com.opensymphony.module.sitemesh.parser.FastPageParser" /> |
---|
| 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.