Schnittstelle HTMLViewer
public interface HTMLViewer
Interface to the HTMLViewer implementation
- Seit:
- 18.0
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final StringKey to register additional HTML Viewer scripts usingHTMLViewerScriptResourceat.static final StringKey to register additional HTML Viewer css. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidsendHtmlViewer(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, OutputStream out, Properties props) Send the HTML viewer to the client.
-
Felddetails
-
HTMLVIEWER_SCRIPTS
Key to register additional HTML Viewer scripts usingHTMLViewerScriptResourceat.- Siehe auch:
-
THEME_APP_KEY
-
-
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 ReportBridgeresponse- HttpServletResponse oder null, wenn von ReportBridgeout- stream to write toprops- report properties- Löst aus:
IOException- if an I/O Error occur- Seit:
- 18.0
-