com.stimulsoft.webdesigner
Class StiWebDesignerRender

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerRender

public class StiWebDesignerRender
extends java.lang.Object

Copyright Stimulsoft


Field Summary
static java.lang.String VERSION
           
 
Constructor Summary
StiWebDesignerRender(StiWebDesignerOptions options, java.net.URL context, javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 java.lang.String getClientGuid()
           
 java.lang.String getDesigner(java.net.URL context, StiWebDesigerHandler handler, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object servletContext)
           
 java.lang.String getResourcesUrl(java.net.URL context)
           
static java.lang.String serialize(org.w3c.dom.Document doc, boolean omitXMLDeclaration)
           
 void setClientGuid(java.lang.String clientGuid)
           
 
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

StiWebDesignerRender

public StiWebDesignerRender(StiWebDesignerOptions options,
                            java.net.URL context,
                            javax.servlet.http.HttpServletRequest request)
Method Detail

getDesigner

public java.lang.String getDesigner(java.net.URL context,
                                    StiWebDesigerHandler handler,
                                    javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response,
                                    java.lang.Object servletContext)
                             throws javax.xml.parsers.ParserConfigurationException,
                                    java.io.IOException,
                                    org.w3c.dom.DOMException,
                                    JSONException
Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.w3c.dom.DOMException
JSONException

getResourcesUrl

public java.lang.String getResourcesUrl(java.net.URL context)

serialize

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

getClientGuid

public java.lang.String getClientGuid()
Returns:
the clientGuid

setClientGuid

public void setClientGuid(java.lang.String clientGuid)
Parameters:
clientGuid - the clientGuid to set