|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--AHA.CgiUtil
CgiUtil is used to read Forms input (from a POST request) and to store that input in a HashTable. This class is not strictly needed anymore for the servlet, but is kept for now because it already existed for the CGI version. (And if it ain't broke, don't fix it, right?)
Constructor Summary | |
CgiUtil(java.io.InputStream in,
int ContentLength)
This constructor reads the input from the POST request and stores it in a HashTable. |
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public CgiUtil(java.io.InputStream in, int ContentLength) throws AhaException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |