Uses of Interface
org.apache.commons.fileupload.FileItemHeadersSupport

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.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.