|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.http.Form
public class Form
Form handling.
| Constructor Summary | |
|---|---|
Form()
|
|
| Method Summary | |
|---|---|
static Form |
allocate()
|
static void |
free(Form form)
|
void |
parseQueryString(HashMapImpl<java.lang.String,java.lang.String[]> table,
java.lang.String query,
java.lang.String javaEncoding,
boolean isTop)
Parses the values from a query string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Form()
| Method Detail |
|---|
public static Form allocate()
public static void free(Form form)
public void parseQueryString(HashMapImpl<java.lang.String,java.lang.String[]> table,
java.lang.String query,
java.lang.String javaEncoding,
boolean isTop)
throws java.io.IOException
table - the hashtable which will contain the resultsquery - the query string to evaluatejavaEncoding - the Java name for the charset
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||