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
 

Methods in org.apache.wicket.protocol.http.servlet with parameters of type FileItemFactory
 MultipartServletWebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxSize, java.lang.String upload, FileItemFactory factory)
          Creates multipart web request from this request.
 MultipartServletWebRequest MultipartServletWebRequestImpl.newMultipartWebRequest(Bytes maxSize, java.lang.String upload, FileItemFactory factory)
           
 

Constructors in org.apache.wicket.protocol.http.servlet with parameters of type FileItemFactory
MultipartServletWebRequestImpl(javax.servlet.http.HttpServletRequest request, java.lang.String filterPrefix, Bytes maxSize, java.lang.String upload, 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 © 2006-2011 Apache Software Foundation. All Rights Reserved.