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

Uses of FileItem in org.apache.commons.fileupload
 

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

Methods in org.apache.commons.fileupload that return FileItem
protected  FileItem FileUploadBase.createItem(java.util.Map headers, boolean isFormField)
          Creates a new FileItem instance.
 FileItem FileItemFactory.createItem(java.lang.String fieldName, java.lang.String contentType, boolean isFormField, java.lang.String fileName)
          Create a new FileItem instance from the supplied parameters and any local factory configuration.
 FileItem DefaultFileItemFactory.createItem(java.lang.String fieldName, java.lang.String contentType, boolean isFormField, java.lang.String fileName)
          Create a new DefaultFileItem instance from the supplied parameters and the local factory configuration.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.