com.stimulsoft.webviewer
Class StiJavascriptParameters

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

public class StiJavascriptParameters
extends Object

Copyright Stimulsoft


Constructor Summary
StiJavascriptParameters()
           
 
Method Summary
 String get(String name)
           
 String getAction()
           
 boolean getBoolean(String name)
           
 Hashtable getHashtable(String name)
           
 int getInt(String name)
           
 Hashtable<String,String> getNameValueCollection(String name)
           
 StiRequiredOptions getOptions()
           
 Hashtable<String,Object> getParameters()
           
 javax.servlet.http.HttpServletRequest getPostParameters()
           
 String getString(String name)
           
 boolean hasParameters()
           
 void setAction(String action)
           
 void setOptions(StiRequiredOptions options)
           
 void setParameters(Hashtable<String,Object> parameters)
           
 void setPostParameters(javax.servlet.http.HttpServletRequest httpContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiJavascriptParameters

public StiJavascriptParameters()
Method Detail

hasParameters

public boolean hasParameters()

getString

public String getString(String name)

getBoolean

public boolean getBoolean(String name)

getInt

public int getInt(String name)

getHashtable

public Hashtable getHashtable(String name)
                       throws JSONException
Throws:
JSONException

getNameValueCollection

public Hashtable<String,String> getNameValueCollection(String name)
                                                throws JSONException
Throws:
JSONException

get

public String get(String name)

getAction

public String getAction()
Returns:
the action

setAction

public void setAction(String action)
Parameters:
action - the action to set

getParameters

public Hashtable<String,Object> getParameters()
Returns:
the parameters

setParameters

public void setParameters(Hashtable<String,Object> parameters)
Parameters:
parameters - the parameters to set

getPostParameters

public javax.servlet.http.HttpServletRequest getPostParameters()
Returns:
the postParameters

setPostParameters

public void setPostParameters(javax.servlet.http.HttpServletRequest httpContext)
Parameters:
postParameters - the postParameters to set

getOptions

public StiRequiredOptions getOptions()
Returns:
the options

setOptions

public void setOptions(StiRequiredOptions options)
Parameters:
options - the options to set


Copyright © 2017 Stimulsoft. All Rights Reserved.