Class JasperRunManager


  • public final class JasperRunManager
    extends Object
    Facade class for the JasperReports engine.

    Sometimes it is useful to produce documents only in a popular format such as PDF or HTML, without having to store on disk the serialized, intermediate JasperPrint object produced by the report-filling process.

    This can be achieved using this manager class, which immediately exports the document produced by the report-filling process into the desired output format.

    Author:
    Teodor Danciu (teodord@users.sourceforge.net)