SeamFramework.orgCommunity Documentation

Chapter 3. Extending Seam Reports

3.1. Interfaces to be implemented

Extending Seam Reports is simple, and requires that you provide a qualifier annotation along with an implementation of the following interfaces:

ReportCompiler should be implemented ONLY if your report framework allows you to compile reports. This is not the case for XDocReports, for example. In some cases, it may be the same implementation as the ReportLoader.