Package com.stimulsoft.webviewer
Class StiWebViewerRender
java.lang.Object
com.stimulsoft.webviewer.StiWebViewerRender
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiWebViewerRender(StiWebViewerOptions options, URL context, boolean reportDesignerMode) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcreateChildControls(Element root, Document doc, URL context, StiServletContext servletContext) getViewer(URL context, StiServletContext servletContext) booleanstatic StringvoidsetReportDesignerMode(boolean reportDesignerMode)
-
Field Details
-
LOG
-
VERSION
-
-
Constructor Details
-
StiWebViewerRender
-
-
Method Details
-
getViewer
public String getViewer(URL context, StiServletContext servletContext) throws IOException, ParserConfigurationException -
createChildControls
protected String createChildControls(Element root, Document doc, URL context, StiServletContext servletContext) throws IOException - Throws:
IOException
-
isReportDesignerMode
public boolean isReportDesignerMode()- Returns:
- the reportDesignerMode
-
setReportDesignerMode
public void setReportDesignerMode(boolean reportDesignerMode) - Parameters:
reportDesignerMode- the reportDesignerMode to set
-
serialize
- Throws:
IOException
-