| Constructor and Description |
|---|
RequestPartsIterator(javax.servlet.http.HttpServletRequest servletRequest)
Create and initialse the iterator using the request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
javax.servlet.http.Part |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RequestPartsIterator(javax.servlet.http.HttpServletRequest servletRequest)
throws IOException,
org.apache.commons.fileupload.FileUploadException
servletRequest - the requestIOException - when there is a problem reading the request.org.apache.commons.fileupload.FileUploadException - when there is a problem parsing the request.Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.