Interface HTMLViewer
-
public interface HTMLViewer
Interface to the HTMLViewer implementation- Since:
- 18.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HTMLVIEWER_SCRIPTS
Key to register additional HTML Viewer scripts usingHTMLViewerScriptResource
at.static java.lang.String
THEME_APP_KEY
Key to register additional HTML Viewer css.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
HTMLVIEWER_SCRIPTS
static final java.lang.String HTMLVIEWER_SCRIPTS
Key to register additional HTML Viewer scripts usingHTMLViewerScriptResource
at.- 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.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:
java.io.IOException
- if an I/O Error occur- Since:
- 18.0
-
-