| Package | Description |
|---|---|
| org.mmbase.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpPost.checkPostMultiParameter(String name)
This method checks if the parameter is a multivalued one
(as returned by a multiple select form) it returns true
if so and false if not.
|
Vector<Object> |
HttpPost.getPostMultiParameter(String name)
This method returns the value of the postparameter as a Vector.
|
Vector<Object> |
HttpPost.getPostMultiParameter(String name,
String encoding)
This method returns the value of the postparameter as a Vector.
|
String |
HttpPost.getPostParameter(String name)
This method returns the value of the postparameter as a String.
|
byte[] |
HttpPost.getPostParameterBytes(String name)
This method returns the value of the postparameter as a String.
|
String |
HttpPost.getPostParameterFile(String name)
This method returns the filename containing the postparametervalue
If it is a parameter with multiple values it returns the first one.
|
Hashtable<String,Object> |
HttpPost.getPostParameters()
This method returns the Hashtable containing the POST information.
|
byte[] |
HttpPost.readContentLength(javax.servlet.http.HttpServletRequest req)
read a block into a array of ContentLenght size from the users networksocket
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}