Interface MavenReportRenderer


  • public interface MavenReportRenderer
    Basis for rendering report.
    Since:
    2.0 TODO Later it may be appropriate to create something like a VelocityMavenReportRenderer that could take a velocity template and pipe that through Doxia rather than coding them up like this.
    Author:
    Jason van Zyl, Emmanuel Venisse
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Returns:
        the wanted report's title.
      • render

        void render()
        Renderer a report.