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, java.io.Writer writer, Document document)
           
 

Method Detail

write

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


Copyright © 2012 The THYMELEAF team. All Rights Reserved.