|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FileItemFactory in org.apache.commons.fileupload |
---|
Classes in org.apache.commons.fileupload that implement FileItemFactory | |
---|---|
class |
DefaultFileItemFactory
The default FileItemFactory
implementation. |
Fields in org.apache.commons.fileupload declared as FileItemFactory | |
---|---|
private FileItemFactory |
FileUpload.fileItemFactory
The factory to use to create new form items. |
Methods in org.apache.commons.fileupload that return FileItemFactory | |
---|---|
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. |
FileItemFactory |
DiskFileUpload.getFileItemFactory()
Returns the factory class used when creating file items. |
Methods in org.apache.commons.fileupload with parameters of type FileItemFactory | |
---|---|
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. |
void |
DiskFileUpload.setFileItemFactory(FileItemFactory factory)
Sets the factory class to use when creating file items. |
Constructors in org.apache.commons.fileupload with parameters of type FileItemFactory | |
---|---|
FileUpload(FileItemFactory fileItemFactory)
Constructs an instance of this class which uses the supplied factory to create FileItem instances. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |