Uses of Class
wicket.util.file.File

Packages that use File
wicket.response Several response implementations. 
wicket.util.file File utilities. 
wicket.util.resource Base support for resources. 
 

Uses of File in wicket.response
 

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

Uses of File in wicket.util.file
 

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

Constructors in wicket.util.file with parameters of type File
Folder(File parent, java.lang.String child)
          Constructor.
File(File parent, java.lang.String child)
          Constructor.
 

Uses of File in wicket.util.resource
 

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

Constructors in wicket.util.resource with parameters of type File
FileResourceStream(File file)
          Private constructor to force use of static factory methods.
 



Copyright © 2004-2005 Wicket developers. All Rights Reserved.