Package com.stimulsoft.web.helper
Class StiRequestParamsHelper
java.lang.Object
com.stimulsoft.web.helper.StiRequestParamsHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiRequestParamsget(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams)
-
Constructor Details
-
StiRequestParamsHelper
public StiRequestParamsHelper()
-
-
Method Details
-
get
public static StiRequestParams get(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws IOException, JSONException - Throws:
IOExceptionJSONException
-
parseParameters
public static HashMap<String,Object> parseParameters(Object container, HashMap<String, Object> hash, List array) throws JSONException- Throws:
JSONException
-