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 portlets conforming to JSR 168.
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 FileItemFactoryMethods in org.apache.commons.fileupload that return FileItemFactoryModifier and TypeMethodDescriptionDiskFileUpload.getFileItemFactory()
Deprecated.1.1 UseFileUpload
instead.FileUpload.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 org.apache.commons.fileupload with parameters of type FileItemFactoryModifier and TypeMethodDescriptionvoid
DiskFileUpload.setFileItemFactory
(FileItemFactory fileItemFactory) Deprecated.1.1 UseFileUpload
instead.void
FileUpload.setFileItemFactory
(FileItemFactory fileItemFactory) 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 org.apache.commons.fileupload with parameters of type FileItemFactoryModifierConstructorDescriptionFileUpload
(FileItemFactory fileItemFactory) Constructs an instance of this class which uses the supplied factory to createFileItem
instances. -
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.portlet
Constructors in org.apache.commons.fileupload.portlet with parameters of type FileItemFactoryModifierConstructorDescriptionPortletFileUpload
(FileItemFactory fileItemFactory) Constructs an instance of this class which uses the supplied factory to createFileItem
instances. -
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 createFileItem
instances.
DiskFileItemFactory
instead.