public interface Template
URI getUri()
boolean isBase()
String getMarkup()
String getSource()
void compile()
throws IOException,
TemplateParsingException,
TemplateCompilationException
void execute(Map<String,Object> bindings, Writer out) throws IOException, TemplateParsingException, TemplateCompilationException, TemplateExecutionException