| Package | Description |
|---|---|
| com.helger.web.fileupload | |
| com.helger.web.fileupload.parse | |
| com.helger.web.fileupload.servlet | |
| com.helger.web.scope.multipart |
| Modifier and Type | Method and Description |
|---|---|
IFileItemFactory |
IFileItemFactoryProviderSPI.getFileItemFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskFileItemFactory
The default
IFileItemFactory
implementation. |
| Modifier and Type | Method and Description |
|---|---|
IFileItemFactory |
FileUpload.getFileItemFactory()
Returns the factory class used when creating file items.
|
abstract IFileItemFactory |
AbstractFileUploadBase.getFileItemFactory()
Returns the factory class used when creating file items.
|
| Constructor and Description |
|---|
FileUpload(IFileItemFactory aFileItemFactory)
Constructs an instance of this class which uses the supplied factory to
create
FileItem instances. |
| Constructor and Description |
|---|
ServletFileUpload(IFileItemFactory aFileItemFactory)
Constructs an instance of this class which uses the supplied factory to
create
FileItem instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalDiskFileItemFactory
Wrapper around a
DiskFileItemFactory, that is correctly cleaning up,
when the servlet context is destroyed. |
Copyright © 2014–2019 Philip Helger. All rights reserved.