com.stimulsoft.webviewer
Class StiJavascriptParameters
java.lang.Object
com.stimulsoft.webviewer.StiJavascriptParameters
public class StiJavascriptParameters
- extends Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiJavascriptParameters
public StiJavascriptParameters()
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.