com.caucho.server.connection
Class Form

java.lang.Object
  extended by com.caucho.server.connection.Form

public class Form
extends java.lang.Object

Form handling.


Constructor Summary
Form()
           
 
Method Summary
 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

Form

public Form()
Method Detail

parseQueryString

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
Parses the values from a query string.

Parameters:
table - the hashtable which will contain the results
query - the query string to evaluate
javaEncoding - the Java name for the charset
Throws:
java.io.IOException