| java.lang.Object com.caucho.server.connection.Form
Form | public class Form (Code) | | Form handling.
|
parsePostData | void parsePostData(HashMapImpl<String, String[]> table, InputStream is, String javaEncoding) throws IOException(Code) | | Parses the values from a post data
Parameters: table - the hashtable which will contain the results Parameters: is - an input stream containing the data Parameters: javaEncoding - the Java name for the charset |
parseQueryString | public void parseQueryString(HashMapImpl<String, String[]> table, String query, String javaEncoding, boolean isTop) throws IOException(Code) | | Parses the values from a query string.
Parameters: table - the hashtable which will contain the results Parameters: query - the query string to evaluate Parameters: javaEncoding - the Java name for the charset |
|
|