| java.lang.Object groovy.text.TemplateEngine groovy.text.GStringTemplateEngine
GStringTemplateEngine | public class GStringTemplateEngine extends TemplateEngine (Code) | | author: tug@wilson.co.uk |
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)
|
|
|