|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use File | |
|---|---|
| wicket.protocol.http | HTTP implementation. |
| wicket.response | Several response implementations. |
| wicket.util.file | File utilities. |
| wicket.util.resource | Base support for resources. |
| Uses of File in wicket.protocol.http |
|---|
| Methods in wicket.protocol.http with parameters of type File | |
|---|---|
void |
MockHttpServletRequest.addFile(java.lang.String fieldName,
File file,
java.lang.String contentType)
Add an uploaded file to the request. |
| 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. |
| Methods in 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 recusively. |
| Methods in 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 wicket.util.file with parameters of type File | |
|---|---|
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)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||