| Package | Description |
|---|---|
| org.apache.commons.fileupload | |
| org.apache.commons.fileupload.disk | |
| org.apache.commons.fileupload.portlet | |
| org.apache.commons.fileupload.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileItemFactory
Deprecated.
1.1 Use
DiskFileItemFactory instead. |
| Modifier and Type | Method and Description |
|---|---|
abstract FileItemFactory |
FileUploadBase.getFileItemFactory()
Returns the factory class used when creating file items.
|
FileItemFactory |
DiskFileUpload.getFileItemFactory()
Deprecated.
1.1 Use
FileUpload instead. |
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 |
DiskFileUpload.setFileItemFactory(FileItemFactory factory)
Deprecated.
1.1 Use
FileUpload instead. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskFileItemFactory
The default
FileItemFactory
implementation. |
| Constructor and Description |
|---|
PortletFileUpload(FileItemFactory fileItemFactory)
Constructs an instance of this class which uses the supplied factory to
create
FileItem instances. |
| Constructor and Description |
|---|
ServletFileUpload(FileItemFactory fileItemFactory)
Constructs an instance of this class which uses the supplied factory to
create
FileItem instances. |
Copyright © 2002–2019 Marc Magon. All rights reserved.