Package com.stimulsoft.webdesigner
Class StiWebDesignerRender
java.lang.Object
com.stimulsoft.webdesigner.StiWebDesignerRender
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiWebDesignerRender(StiWebDesignerOptions options, URL context, StiHttpServletRequest request) -
Method Summary
Modifier and TypeMethodDescriptiongetDesigner(URL context, Object handler, StiHttpServletRequest request, StiHttpServletResponse response, Object servletContext) getResourcesUrl(URL context) protected StringrenderJsonParameters(Element root, Document doc, URL context, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, Object servletContext) static StringvoidsetClientGuid(String clientGuid)
-
Field Details
-
LOG
-
VERSION
-
-
Constructor Details
-
StiWebDesignerRender
public StiWebDesignerRender(StiWebDesignerOptions options, URL context, StiHttpServletRequest request)
-
-
Method Details
-
getDesigner
public String getDesigner(URL context, Object handler, StiHttpServletRequest request, StiHttpServletResponse response, Object servletContext) throws IOException, DOMException, JSONException, ParserConfigurationException -
getResourcesUrl
-
renderJsonParameters
protected String renderJsonParameters(Element root, Document doc, URL context, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, Object servletContext) throws IOException, JSONException - Throws:
IOExceptionJSONException
-
serialize
- Throws:
IOException
-
getClientGuid
- Returns:
- the clientGuid
-
setClientGuid
- Parameters:
clientGuid- the clientGuid to set
-