We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.external.apache.commons.fileupload2.FileItemIterator
Packages that use FileItemIterator
Package
Description
A component for handling HTML file uploads as specified by RFC 1867.
Implementations and exceptions utils.
An implementation of
FileUpload
for use in servlets conforming to the namespace jakarta.servlet
.
-
Uses of FileItemIterator in com.vaadin.external.apache.commons.fileupload2
Methods in com.vaadin.external.apache.commons.fileupload2 that return FileItemIteratorModifier and TypeMethodDescriptionFileUploadBase.getItemIterator
(RequestContext ctx) Processes an RFC 1867 compliant
multipart/form-data
stream. -
Uses of FileItemIterator in com.vaadin.external.apache.commons.fileupload2.impl
Classes in com.vaadin.external.apache.commons.fileupload2.impl that implement FileItemIteratorModifier and TypeClassDescriptionclass
The iterator, which is returned by
FileUploadBase.getItemIterator(RequestContext)
. -
Uses of FileItemIterator in com.vaadin.external.apache.commons.fileupload2.jaksrvlt
Methods in com.vaadin.external.apache.commons.fileupload2.jaksrvlt that return FileItemIteratorModifier and TypeMethodDescriptionJakSrvltFileUpload.getItemIterator
(jakarta.servlet.http.HttpServletRequest request) Processes an RFC 1867 compliant
multipart/form-data
stream. -
Uses of FileItemIterator in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return FileItemIteratorModifier and TypeMethodDescriptionprotected FileItemIterator
StreamReceiverHandler.getItemIterator
(VaadinRequest request)