Interface BidirectionalTemplateProcessor

All Superinterfaces:
TemplateProcessor
All Known Implementing Classes:
WordXMLRawTemplateProcessor

public interface BidirectionalTemplateProcessor extends TemplateProcessor
Interface for TemplateProcessor that allow reverse mapping. i.e. update the DocumentModel from data inside the template file. (This can only be done for some implementation because it depends on the target File format)
Author:
Tiry ([email protected])