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 FileItemFactoryFileUploadBase.getFileItemFactory()Returns the factory class used when creating file items.Methods in com.vaadin.external.apache.commons.fileupload2 with parameters of type FileItemFactoryModifier and TypeMethodDescriptionvoidFileUpload.setFileItemFactory(FileItemFactory factory) Sets the factory class to use when creating file items.abstract voidFileUploadBase.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 createFileIteminstances. -
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 createFileIteminstances.