Interface HTMLViewer


public interface HTMLViewer
Interface to the HTMLViewer implementation
Since:
18.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Key to register additional HTML Viewer scripts using HTMLViewerScriptResource at.
    static final String
    Key to register additional HTML Viewer css.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendHtmlViewer(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputStream out, Properties props)
    Send the HTML viewer to the client.
  • Field Details

  • Method Details

    • sendHtmlViewer

      void sendHtmlViewer(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputStream out, Properties props) throws IOException
      Send the HTML viewer to the client.
      Parameters:
      request - HttpServletRequest oder null, wenn von ReportBridge
      response - HttpServletResponse oder null, wenn von ReportBridge
      out - stream to write to
      props - report properties
      Throws:
      IOException - if an I/O Error occur
      Since:
      18.0