Uses of Interface
org.apache.commons.fileupload.FileItemHeadersSupport
Packages that use FileItemHeadersSupport
Package
Description
A component for handling HTML file uploads as specified by
RFC 1867.
A disk-based implementation of the
FileItem
interface.-
Uses of FileItemHeadersSupport in org.apache.commons.fileupload
Subinterfaces of FileItemHeadersSupport in org.apache.commons.fileuploadModifier and TypeInterfaceDescriptioninterface
This class represents a file or form item that was received within amultipart/form-data
POST request.interface
This interface provides access to a file or form item that was received within amultipart/form-data
POST request.Classes in org.apache.commons.fileupload that implement FileItemHeadersSupport -
Uses of FileItemHeadersSupport in org.apache.commons.fileupload.disk
Classes in org.apache.commons.fileupload.disk that implement FileItemHeadersSupport
DiskFileItem
instead.