org.thymeleaf.templatewriter
Interface ITemplateWriter

All Known Implementing Classes:
AbstractGeneralTemplateWriter, XhtmlHtml5TemplateWriter, XmlTemplateWriter

public interface ITemplateWriter

Common interface for template parsers, in charge of writing processed DOM trees, this is, creating their corresponding output.

All implementations of this interface must be thread-safe.

Since:
2.0.0
Author:
Daniel Fernández

Method Summary
 void write(Arguments arguments, Writer writer, Document document)
           
 

Method Detail

write

void write(Arguments arguments,
           Writer writer,
           Document document)
           throws IOException
Throws:
IOException


Copyright © 2013 The THYMELEAF team. All Rights Reserved.