| Package | Description |
|---|---|
| org.apache.wicket.util.upload |
Protocol independent upload utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiskFileItemFactory
The default
FileItemFactory implementation. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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-2012 Apache Software Foundation. All Rights Reserved.