com.stimulsoft.webviewer
Class StiWebViewerRender

java.lang.Object
  extended by com.stimulsoft.webviewer.StiWebViewerRender

public class StiWebViewerRender
extends java.lang.Object

Copyright Stimulsoft


Field Summary
static java.lang.String VERSION
           
 
Constructor Summary
StiWebViewerRender(StiWebViewerOptions options, java.net.URL context)
           
 
Method Summary
 java.lang.String getViewer(java.net.URL context, javax.servlet.ServletContext servletContext)
           
 boolean isReportDesignerMode()
           
static java.lang.String serialize(org.w3c.dom.Document doc, boolean omitXMLDeclaration)
           
 void setReportDesignerMode(boolean reportDesignerMode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Constructor Detail

StiWebViewerRender

public StiWebViewerRender(StiWebViewerOptions options,
                          java.net.URL context)
Method Detail

getViewer

public java.lang.String getViewer(java.net.URL context,
                                  javax.servlet.ServletContext servletContext)
                           throws javax.xml.parsers.ParserConfigurationException,
                                  java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException

isReportDesignerMode

public boolean isReportDesignerMode()
Returns:
the reportDesignerMode

setReportDesignerMode

public void setReportDesignerMode(boolean reportDesignerMode)
Parameters:
reportDesignerMode - the reportDesignerMode to set

serialize

public static java.lang.String serialize(org.w3c.dom.Document doc,
                                         boolean omitXMLDeclaration)
                                  throws java.io.IOException
Throws:
java.io.IOException