Schnittstelle HTMLViewer


public interface HTMLViewer
Interface to the HTMLViewer implementation
Seit:
18.0
  • Feldübersicht

    Felder
    Modifikator und Typ
    Feld
    Beschreibung
    static final String
    Key to register additional HTML Viewer scripts using HTMLViewerScriptResource at.
    static final String
    Key to register additional HTML Viewer css.
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    void
    sendHtmlViewer(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, OutputStream out, Properties props)
    Send the HTML viewer to the client.
  • Felddetails

  • Methodendetails

    • sendHtmlViewer

      void sendHtmlViewer(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, OutputStream out, Properties props) throws IOException
      Send the HTML viewer to the client.
      Parameter:
      request - HttpServletRequest oder null, wenn von ReportBridge
      response - HttpServletResponse oder null, wenn von ReportBridge
      out - stream to write to
      props - report properties
      Löst aus:
      IOException - if an I/O Error occur
      Seit:
      18.0