Uses of Interface
org.apache.commons.fileupload.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 JSR 53.-
Uses of FileItemFactory in org.apache.commons.fileupload
Classes in org.apache.commons.fileupload that implement FileItemFactoryFields in org.apache.commons.fileupload declared as FileItemFactoryModifier and TypeFieldDescriptionprivate FileItemFactoryFileUpload.fileItemFactoryThe factory to use to create new form items.Methods in org.apache.commons.fileupload that return FileItemFactoryModifier and TypeMethodDescriptionDiskFileUpload.getFileItemFactory()Deprecated.1.1 UseFileUploadinstead.FileUpload.getFileItemFactory()Returns the factory class used when creating file items.abstract FileItemFactoryFileUploadBase.getFileItemFactory()Returns the factory class used when creating file items.Methods in org.apache.commons.fileupload with parameters of type FileItemFactoryModifier and TypeMethodDescriptionvoidDiskFileUpload.setFileItemFactory(FileItemFactory fileItemFactory) Deprecated.1.1 UseFileUploadinstead.voidFileUpload.setFileItemFactory(FileItemFactory fileItemFactory) 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 org.apache.commons.fileupload with parameters of type FileItemFactoryModifierConstructorDescriptionFileUpload(FileItemFactory fileItemFactory) Constructs an instance of this class which uses the supplied factory to createFileIteminstances. -
Uses of FileItemFactory in org.apache.commons.fileupload.disk
Classes in org.apache.commons.fileupload.disk that implement FileItemFactory -
Uses of FileItemFactory in org.apache.commons.fileupload.servlet
Constructors in org.apache.commons.fileupload.servlet with parameters of type FileItemFactoryModifierConstructorDescriptionServletFileUpload(FileItemFactory fileItemFactory) Constructs an instance of this class which uses the supplied factory to createFileIteminstances.
DiskFileItemFactoryinstead.