|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileItemHeadersSupport | |
---|---|
org.apache.commons.fileupload | A component for handling HTML file uploads as specified by RFC 1867. |
org.apache.commons.fileupload.disk |
A disk-based implementation of the
FileItem
interface. |
Uses of FileItemHeadersSupport in org.apache.commons.fileupload |
---|
Subinterfaces of FileItemHeadersSupport in org.apache.commons.fileupload | |
---|---|
interface |
FileItemStream
This interface provides access to a file or form item that was received within a multipart/form-data POST request. |
Classes in org.apache.commons.fileupload that implement FileItemHeadersSupport | |
---|---|
class |
DefaultFileItem
Deprecated. Use DiskFileItem instead. |
Uses of FileItemHeadersSupport in org.apache.commons.fileupload.disk |
---|
Classes in org.apache.commons.fileupload.disk that implement FileItemHeadersSupport | |
---|---|
class |
DiskFileItem
The default implementation of the FileItem interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |