|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileItemFactory | |
|---|---|
| org.apache.wicket.util.upload | Protocol independent upload utilities. |
| 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 | |
|---|---|
FileItemFactory |
FileUpload.getFileItemFactory()
Returns the factory class used when creating file items. |
abstract FileItemFactory |
FileUploadBase.getFileItemFactory()
Returns the factory class used when creating file items. |
| Methods in org.apache.wicket.util.upload with parameters of type FileItemFactory | |
|---|---|
void |
FileUpload.setFileItemFactory(FileItemFactory factory)
Sets the factory class to use when creating file items. |
abstract void |
FileUploadBase.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||