com.stimulsoft.webdesigner.helper
Class StiWebDesignerOptionsHelper

java.lang.Object
  extended by com.stimulsoft.webdesigner.helper.StiWebDesignerOptionsHelper

public class StiWebDesignerOptionsHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiWebDesignerOptionsHelper()
           
 
Method Summary
static void applyDesignerOptionsToReport(java.util.HashMap<java.lang.String,java.lang.Object> designerOptions, StiReport report)
           
static java.util.HashMap<java.lang.String,java.lang.Object> getDefaultDesignerOptions()
           
static java.util.HashMap<java.lang.String,java.lang.Object> getDesignerOptions(javax.servlet.http.HttpServletRequest httpContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptionsHelper

public StiWebDesignerOptionsHelper()
Method Detail

getDefaultDesignerOptions

public static java.util.HashMap<java.lang.String,java.lang.Object> getDefaultDesignerOptions()

getDesignerOptions

public static java.util.HashMap<java.lang.String,java.lang.Object> getDesignerOptions(javax.servlet.http.HttpServletRequest httpContext)
                                                                               throws JSONException
Throws:
JSONException

applyDesignerOptionsToReport

public static void applyDesignerOptionsToReport(java.util.HashMap<java.lang.String,java.lang.Object> designerOptions,
                                                StiReport report)
                                         throws java.lang.Exception
Throws:
java.lang.Exception