|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
net.methodyne.bellvue.core.FormParser
Parses HTML Form data into a java.util.Properties object with a given total size limit for easy access.
The limit is for POST only, GET requests are usually limited elsewhere.
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
FormParser(javax.servlet.http.HttpServletRequest request)
Make a new FormParser with the default POST limit of 1MB. |
|
FormParser(javax.servlet.http.HttpServletRequest request,
int limit)
Make a new FormParser with the given limit for bytes POSTed to the server. |
|
FormParser(javax.servlet.http.HttpServletRequest request,
int limit,
java.lang.String encoding)
Make a new FormParser with the given limit for bytes POSTed to the server. |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
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 FormParser(javax.servlet.http.HttpServletRequest request, int limit, java.lang.String encoding)
request
- limit
- encoding
- charcterencoding to use - default is ISO-8859-1public FormParser(javax.servlet.http.HttpServletRequest request, int limit)
request
- limit
- to linit the size which can be posted.public FormParser(javax.servlet.http.HttpServletRequest request)
request
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |