Uses of Class
org.apache.commons.fileupload.DefaultFileItemFactory

Uses of DefaultFileItemFactory in org.apache.commons.fileupload
 

Fields in org.apache.commons.fileupload declared as DefaultFileItemFactory
private  DefaultFileItemFactory DiskFileUpload.fileItemFactory
          The factory to use to create new form items.
 

Constructors in org.apache.commons.fileupload with parameters of type DefaultFileItemFactory
DiskFileUpload(DefaultFileItemFactory fileItemFactory)
          Constructs an instance of this class which uses the supplied factory to create FileItem instances.
 



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