Interface HtmlExporterOutput

All Superinterfaces:
ExporterOutput, WriterExporterOutput
All Known Implementing Classes:
SimpleHtmlExporterOutput

public interface HtmlExporterOutput extends WriterExporterOutput
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getImageHandler

      HtmlResourceHandler getImageHandler()
    • getFontHandler

      HtmlResourceHandler getFontHandler()
      This handler is needed when generating static, non-interactive HTML output, in server environments where the JsonExporter is not involved in bringing in the Web font information and the font CSS still needs to be generated dynamically and comes from a server URL that is different from the one used for static resources.
    • getResourceHandler

      HtmlResourceHandler getResourceHandler()