public abstract class TemplateEngine extends Object
Constructor and Description |
---|
TemplateEngine() |
Modifier and Type | Method and Description |
---|---|
Template |
createTemplate(File file) |
abstract Template |
createTemplate(Reader reader) |
Template |
createTemplate(String templateText) |
Template |
createTemplate(URL url) |
public abstract Template createTemplate(Reader reader) throws org.codehaus.groovy.control.CompilationFailedException, ClassNotFoundException, IOException
org.codehaus.groovy.control.CompilationFailedException
ClassNotFoundException
IOException
public Template createTemplate(String templateText) throws org.codehaus.groovy.control.CompilationFailedException, ClassNotFoundException, IOException
org.codehaus.groovy.control.CompilationFailedException
ClassNotFoundException
IOException
public Template createTemplate(File file) throws org.codehaus.groovy.control.CompilationFailedException, ClassNotFoundException, IOException
org.codehaus.groovy.control.CompilationFailedException
ClassNotFoundException
IOException
public Template createTemplate(URL url) throws org.codehaus.groovy.control.CompilationFailedException, ClassNotFoundException, IOException
org.codehaus.groovy.control.CompilationFailedException
ClassNotFoundException
IOException