Created
August 31, 2014 16:11
-
-
Save nborrmann/4dfabffcf2e7d967be66 to your computer and use it in GitHub Desktop.
Render String as gsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def output = new StringWriter() | |
def template = groovyPagesTemplateEngine.createTemplate(cmsSite.content, 'blank.gsp') | |
template.make().writeTo(output) | |
output.toString() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment