Uses of Interface
org.apache.wicket.util.upload.FileItemFactory

Packages that use FileItemFactory
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.util.upload Protocol independent upload utilities. 
 

Uses of FileItemFactory in org.apache.wicket.protocol.http.servlet
 

Constructors in org.apache.wicket.protocol.http.servlet with parameters of type FileItemFactory
MultipartServletWebRequest(javax.servlet.http.HttpServletRequest request, Bytes maxSize, FileItemFactory factory)
          Constructor
 

Uses of FileItemFactory in org.apache.wicket.util.upload
 

Classes in org.apache.wicket.util.upload that implement FileItemFactory
 class DiskFileItemFactory
           The default FileItemFactory implementation.
 

Methods in org.apache.wicket.util.upload that return FileItemFactory
abstract  FileItemFactory FileUploadBase.getFileItemFactory()
          Returns the factory class used when creating file items.
 FileItemFactory FileUpload.getFileItemFactory()
          Returns the factory class used when creating file items.
 

Methods in org.apache.wicket.util.upload with parameters of type FileItemFactory
abstract  void FileUploadBase.setFileItemFactory(FileItemFactory factory)
          Sets the factory class to use when creating file items.
 void FileUpload.setFileItemFactory(FileItemFactory factory)
          Sets the factory class to use when creating file items.
 

Constructors in org.apache.wicket.util.upload with parameters of type FileItemFactory
FileUpload(FileItemFactory fileItemFactory)
          Constructs an instance of this class which uses the supplied factory to create FileItem instances.
ServletFileUpload(FileItemFactory fileItemFactory)
          Constructs an instance of this class which uses the supplied factory to create FileItem instances.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.