| java.lang.Object groovy.text.TemplateEngine groovy.text.SimpleTemplateEngine
SimpleTemplateEngine | public class SimpleTemplateEngine extends TemplateEngine (Code) | | 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 author: Christian Stein |
SimpleTemplateEngine | public SimpleTemplateEngine()(Code) | | |
SimpleTemplateEngine | public SimpleTemplateEngine(boolean verbose)(Code) | | |
Methods inherited from groovy.text.TemplateEngine | abstract public Template createTemplate(Reader reader) throws CompilationFailedException, ClassNotFoundException, IOException(Code)(Java Doc) public Template createTemplate(String templateText) throws CompilationFailedException, FileNotFoundException, ClassNotFoundException, IOException(Code)(Java Doc) public Template createTemplate(File file) throws CompilationFailedException, FileNotFoundException, ClassNotFoundException, IOException(Code)(Java Doc) public Template createTemplate(URL url) throws CompilationFailedException, ClassNotFoundException, IOException(Code)(Java Doc)
|
|
|