public interface HTMLViewer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HTMLVIEWER_SCRIPTS
Key to register additional HTML Viewer scripts using
HTMLViewerScriptResource at. |
static java.lang.String |
THEME_APP_KEY
Key to register additional HTML Viewer css.
|
Modifier and Type | Method and Description |
---|---|
void |
sendHtmlViewer(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.
|
static final java.lang.String HTMLVIEWER_SCRIPTS
HTMLViewerScriptResource
at.static final java.lang.String THEME_APP_KEY
void sendHtmlViewer(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.OutputStream out, java.util.Properties props) throws java.io.IOException
request
- HttpServletRequest oder null, wenn von ReportBridgeresponse
- HttpServletResponse oder null, wenn von ReportBridgeout
- stream to write toprops
- report propertiesjava.io.IOException
- if an I/O Error occurCopyright © 1999-2020 by i-net software GmbH