| java.lang.Object org.directwebremoting.dwrp.ParseUtil
ParseUtil | public class ParseUtil (Code) | | Utilities to parse GET and POST requests from the DWR javascript section.
author: Joe Walker [joe at getahead dot ltd dot uk] |
isMultipartContent | final public static boolean isMultipartContent(HttpServletRequest request)(Code) | | Utility method that determines whether the request contains multipart
content.
Parameters: request - The servlet request to be evaluated. Must be non-null. true if the request is multipart, false otherwise. |
splitInbound | public static String[] splitInbound(String data)(Code) | | The javascript outbound marshaller prefixes the toString value with a
colon and the original type information. This undoes that.
Parameters: data - The string to be split up A string array containing the split data |
|
|