Interface HTMLViewer
public interface HTMLViewer
Interface to the HTMLViewer implementation
- Since:
- 18.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey to register additional HTML Viewer scripts usingHTMLViewerScriptResourceat.static final StringKey to register additional HTML Viewer css. -
Method Summary
Modifier and TypeMethodDescriptionvoidsendHtmlViewer(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, OutputStream out, Properties props) Send the HTML viewer to the client.
-
Field Details
-
HTMLVIEWER_SCRIPTS
Key to register additional HTML Viewer scripts usingHTMLViewerScriptResourceat.- See Also:
-
THEME_APP_KEY
Key to register additional HTML Viewer css.- See Also:
-
-
Method Details
-
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.- Parameters:
request- HttpServletRequest oder null, wenn von ReportBridgeresponse- HttpServletResponse oder null, wenn von ReportBridgeout- stream to write toprops- report properties- Throws:
IOException- if an I/O Error occur- Since:
- 18.0
-