Uses of Class
org.apache.wicket.util.file.File

Packages that use File
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.response Several response implementations. 
org.apache.wicket.util.file File utilities. 
org.apache.wicket.util.resource Base support for resources. 
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of File in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http with parameters of type File
 void MockHttpServletRequest.addFile(String fieldName, File file, String contentType)
          Add an uploaded file to the request.
 

Uses of File in org.apache.wicket.response
 

Constructors in org.apache.wicket.response with parameters of type File
FileResponse(File file)
          Constructor
 

Uses of File in org.apache.wicket.util.file
 

Subclasses of File in org.apache.wicket.util.file
 class Folder
          This folder subclass provides some type safety and extensibility for "files" that hold other files.
 

Methods in org.apache.wicket.util.file that return File
 File[] Folder.getFiles()
           
 File[] Folder.getFiles(Folder.FileFilter filter)
           
 File[] Folder.getNestedFiles()
           
 File[] Folder.getNestedFiles(Folder.FileFilter filter)
          Gets files in this folder matching a given filter recursively.
 

Methods in org.apache.wicket.util.file with parameters of type File
 boolean Folder.FileFilter.accept(File file)
           
 void File.write(File file)
          Writes the given file to this one
 

Constructors in org.apache.wicket.util.file with parameters of type File
File(File parent, String child)
          Constructor.
 

Uses of File in org.apache.wicket.util.resource
 

Methods in org.apache.wicket.util.resource that return File
 File FileResourceStream.getFile()
           
 

Constructors in org.apache.wicket.util.resource with parameters of type File
FileResourceStream(File file)
          Constructor.
ZipResourceStream(File dir)
          Construct.
ZipResourceStream(File dir, boolean recursive)
          Construct.
 

Uses of File in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester with parameters of type File
 void FormTester.setFile(String formComponentId, File file, String contentType)
          Sets the File on a FileUploadField.
 



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