public class WebUtils
extends java.lang.Object
| Constructor and Description |
|---|
WebUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAjaxDataString(javax.servlet.http.HttpServletRequest request)
Goes through all the request parameters, such as from the query string,
and puts them into a String version of a JSON set of key values.
|
public static java.lang.String getAjaxDataString(javax.servlet.http.HttpServletRequest request)
request -