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.FileItemFactory
Packages that use FileItemFactory
Package
Description
A component for handling HTML file uploads as specified by RFC 1867.
A disk-based implementation of the
FileItem
interface.
An implementation of
FileUpload
for use in servlets conforming to the namespace jakarta.servlet
.
-
Uses of FileItemFactory in com.vaadin.external.apache.commons.fileupload2
Methods in com.vaadin.external.apache.commons.fileupload2 that return FileItemFactoryModifier and TypeMethodDescriptionFileUpload.getFileItemFactory()
Returns the factory class used when creating file items.
abstract FileItemFactory
FileUploadBase.getFileItemFactory()
Returns the factory class used when creating file items.
Methods in com.vaadin.external.apache.commons.fileupload2 with parameters of type FileItemFactoryModifier and TypeMethodDescriptionvoid
FileUpload.setFileItemFactory
(FileItemFactory factory) Sets the factory class to use when creating file items.
abstract void
FileUploadBase.setFileItemFactory
(FileItemFactory factory) Sets the factory class to use when creating file items.
Constructors in com.vaadin.external.apache.commons.fileupload2 with parameters of type FileItemFactoryModifierConstructorDescriptionFileUpload
(FileItemFactory fileItemFactory) Constructs an instance of this class which uses the supplied factory to create
FileItem
instances. -
Uses of FileItemFactory in com.vaadin.external.apache.commons.fileupload2.disk
Classes in com.vaadin.external.apache.commons.fileupload2.disk that implement FileItemFactory -
Uses of FileItemFactory in com.vaadin.external.apache.commons.fileupload2.jaksrvlt
Constructors in com.vaadin.external.apache.commons.fileupload2.jaksrvlt with parameters of type FileItemFactoryModifierConstructorDescriptionJakSrvltFileUpload
(FileItemFactory fileItemFactory) Constructs an instance of this class which uses the supplied factory to create
FileItem
instances.