Interface HTMLViewer
public interface HTMLViewer
Interface to the HTMLViewer implementation
- Since:
- 18.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Key to register additional HTML Viewer scripts usingHTMLViewerScriptResource
at.static final String
Key to register additional HTML Viewer css. -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendHtmlViewer
(javax.servlet.http.HttpServletRequest request, javax.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 usingHTMLViewerScriptResource
at.- See Also:
-
THEME_APP_KEY
Key to register additional HTML Viewer css.- See Also:
-
-
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 ReportBridgeresponse
- HttpServletResponse oder null, wenn von ReportBridgeout
- stream to write toprops
- report properties- Throws:
IOException
- if an I/O Error occur- Since:
- 18.0
-