groovy.text
Class SimpleTemplateEngine
java.lang.Object
groovy.text.TemplateEngine
groovy.text.SimpleTemplateEngine
- public class SimpleTemplateEngine
- extends TemplateEngine
This simple template engine uses JSP <% %> script and <%= %> expression syntax. It also lets you use normal groovy expressions in
the template text much like the new JSP EL functionality. The variable 'out' is bound to the writer that the template is being written to.
- Author:
- sam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTemplateEngine
public SimpleTemplateEngine()
createTemplate
public Template createTemplate(Reader reader)
throws CompilationFailedException,
ClassNotFoundException,
IOException
- Specified by:
createTemplate
in class TemplateEngine
- Throws:
CompilationFailedException
ClassNotFoundException
IOException
Copyright © 2003-2004 The Codehaus. All Rights Reserved.