|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileItemIterator
An iterator, as returned by
FileUploadBase.getItemIterator(RequestContext)
.
Method Summary | |
---|---|
boolean |
hasNext()
Returns, whether another instance of FileItemStream
is available. |
FileItemStream |
next()
Returns the next available FileItemStream . |
Method Detail |
---|
boolean hasNext() throws FileUploadException, IOException
FileItemStream
is available.
FileUploadException
- Parsing or processing the
file item failed.
IOException
- Reading the file item failed.FileItemStream next() throws FileUploadException, IOException
FileItemStream
.
NoSuchElementException
- No more items are available. Use
hasNext()
to prevent this exception.
FileUploadException
- Parsing or processing the
file item failed.
IOException
- Reading the file item failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |