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

Packages that use FileItem
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 FileItem in org.apache.commons.fileupload
 

Classes in org.apache.commons.fileupload that implement FileItem
 class DefaultFileItem
          Deprecated. Use DiskFileItem instead.
 

Methods in org.apache.commons.fileupload that return FileItem
protected  FileItem FileUploadBase.createItem(Map headers, boolean isFormField)
          Deprecated. This method is no longer used in favour of internally created instances of FileItem.
 FileItem FileItemFactory.createItem(String fieldName, String contentType, boolean isFormField, String fileName)
          Create a new FileItem instance from the supplied parameters and any local factory configuration.
 FileItem DefaultFileItemFactory.createItem(String fieldName, String contentType, boolean isFormField, String fileName)
          Deprecated. Use DiskFileItemFactory instead.
 

Uses of FileItem in org.apache.commons.fileupload.disk
 

Classes in org.apache.commons.fileupload.disk that implement FileItem
 class DiskFileItem
           The default implementation of the FileItem interface.
 

Methods in org.apache.commons.fileupload.disk that return FileItem
 FileItem DiskFileItemFactory.createItem(String fieldName, String contentType, boolean isFormField, String fileName)
          Create a new DiskFileItem instance from the supplied parameters and the local factory configuration.
 



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