|
OpMath | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultiFormException | |
| com.opmath.util.http | HTTP parameter handling and other HttpServlet request and session handling utilities. |
| Uses of MultiFormException in com.opmath.util.http |
| Methods in com.opmath.util.http that throw MultiFormException | |
String |
MultiForm.getParamValue()
Returns the value of the most recent parameter in the input stream - as encountered by getNextParam(). |
String |
MultiForm.getNextParam()
Used to identify the next parameter returned by the Web browser in the input stream. |
void |
MultiForm.writeParamValue(OutputStream outStrm)
Used to write the uploaded file's contents to a file on the server. |
| Constructors in com.opmath.util.http that throw MultiFormException | |
MultiForm(HttpServletRequest req)
Constructs a MultiForm instance. |
|
|
OpMath | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||