com.stimulsoft.webdesigner
Class StiWebDesignerHelper

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

public class StiWebDesignerHelper
extends Object

Copyright Stimulsoft


Constructor Summary
StiWebDesignerHelper()
           
 
Method Summary
static String getDesignerScripts(String url)
           
static String getDesignerStyles(String url, StiWebDesignerTheme theme)
           
 String getWebDesigner(StiWebDesignerOptions options, URL context, javax.servlet.http.HttpServletRequest request, StiWebDesigerHandler handler, javax.servlet.ServletContext servletContext)
           
 String getWebDesigner(String designerID, StiWebDesignerOptions options, URL context, javax.servlet.http.HttpServletRequest request, StiWebDesigerHandler handler, Object servletContext)
           
 String getWebDesigner(String designerID, URL context, javax.servlet.http.HttpServletRequest request, StiWebDesigerHandler handler, javax.servlet.ServletContext servletContext)
           
 String getWebDesigner(URL context, javax.servlet.http.HttpServletRequest request, StiWebDesigerHandler handler, javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerHelper

public StiWebDesignerHelper()
Method Detail

getWebDesigner

public String getWebDesigner(URL context,
                             javax.servlet.http.HttpServletRequest request,
                             StiWebDesigerHandler handler,
                             javax.servlet.ServletContext servletContext)
                      throws ParserConfigurationException,
                             IOException,
                             StiException
Throws:
ParserConfigurationException
IOException
StiException

getWebDesigner

public String getWebDesigner(StiWebDesignerOptions options,
                             URL context,
                             javax.servlet.http.HttpServletRequest request,
                             StiWebDesigerHandler handler,
                             javax.servlet.ServletContext servletContext)
                      throws ParserConfigurationException,
                             IOException,
                             StiException
Throws:
ParserConfigurationException
IOException
StiException

getWebDesigner

public String getWebDesigner(String designerID,
                             URL context,
                             javax.servlet.http.HttpServletRequest request,
                             StiWebDesigerHandler handler,
                             javax.servlet.ServletContext servletContext)
                      throws ParserConfigurationException,
                             IOException,
                             StiException
Throws:
ParserConfigurationException
IOException
StiException

getWebDesigner

public String getWebDesigner(String designerID,
                             StiWebDesignerOptions options,
                             URL context,
                             javax.servlet.http.HttpServletRequest request,
                             StiWebDesigerHandler handler,
                             Object servletContext)
                      throws ParserConfigurationException,
                             IOException,
                             StiException
Throws:
ParserConfigurationException
IOException
StiException

getDesignerStyles

public static String getDesignerStyles(String url,
                                       StiWebDesignerTheme theme)

getDesignerScripts

public static String getDesignerScripts(String url)
                                 throws IOException
Throws:
IOException


Copyright © 2017 Stimulsoft. All Rights Reserved.