Interface HTMLViewer
-
public interface HTMLViewerInterface to the HTMLViewer implementation- Since:
- 18.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHTMLVIEWER_SCRIPTSKey to register additional HTML Viewer scripts usingHTMLViewerScriptResourceat.static java.lang.StringTHEME_APP_KEYKey to register additional HTML Viewer css.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendHtmlViewer(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.OutputStream out, java.util.Properties props)Send the HTML viewer to the client.
-
-
-
Field Detail
-
HTMLVIEWER_SCRIPTS
static final java.lang.String HTMLVIEWER_SCRIPTS
Key to register additional HTML Viewer scripts usingHTMLViewerScriptResourceat.- See Also:
- Constant Field Values
-
THEME_APP_KEY
static final java.lang.String THEME_APP_KEY
Key to register additional HTML Viewer css.- See Also:
- Constant Field Values
-
-
Method Detail
-
sendHtmlViewer
void sendHtmlViewer(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.OutputStream out, java.util.Properties props) throws java.io.IOExceptionSend 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:
java.io.IOException- if an I/O Error occur- Since:
- 18.0
-
-