Package | Description |
---|---|
org.apache.tomcat.util.http.fileupload |
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
|
org.apache.tomcat.util.http.fileupload.disk | |
org.apache.tomcat.util.http.fileupload.servlet |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|
ServletFileUpload(FileItemFactory fileItemFactory)
Constructs an instance of this class which uses the supplied factory to
create
FileItem instances. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.