public class Form
extends java.lang.Object
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 charsetjava.io.IOException