|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.dwrp.ParseUtil
public class ParseUtil
Utilities to parse GET and POST requests from the DWR javascript section.
| Constructor Summary | |
|---|---|
ParseUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
isMultipartContent(javax.servlet.http.HttpServletRequest request)
Utility method that determines whether the request contains multipart content. |
java.util.Map<java.lang.String,FormField> |
parseRequest(javax.servlet.http.HttpServletRequest request)
Parse an inbound request into a set of fields |
static java.lang.String[] |
splitInbound(java.lang.String data)
The javascript outbound marshaller prefixes the toString value with a colon and the original type information. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseUtil()
| Method Detail |
|---|
public static java.lang.String[] splitInbound(java.lang.String data)
data - The string to be split up
public java.util.Map<java.lang.String,FormField> parseRequest(javax.servlet.http.HttpServletRequest request)
throws ServerException
request - The original browser's request
ServerExceptionpublic static final boolean isMultipartContent(javax.servlet.http.HttpServletRequest request)
request - The servlet request to be evaluated. Must be non-null.
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||