info.informatica.report.block
Interface TemplateBlock
- All Known Implementing Classes:
- DefaultTemplateBlock
public interface TemplateBlock
Any template system that is able to implement this interface will be able to
be used by this engine.
- Author:
- Carlos Amengual (amengual at informatica.info)
setTemplate
void setTemplate(String templateText)
throws info.informatica.doc.DocumentFormatException
- Throws:
info.informatica.doc.DocumentFormatException
format
String format(Map<String,? extends Object> m)
format
String format(Dataset data)
throws DatasetException
- Throws:
DatasetException