Frames | No Frames |
Methods with parameter type org.apache.commons.fileupload.FileItemFactory | |
void | Sets the factory class to use when creating file items. |
void | Sets the factory class to use when creating file items. |
void | Sets the factory class to use when creating file items. |
Methods with return type org.apache.commons.fileupload.FileItemFactory | |
FileItemFactory | Returns the factory class used when creating file items. |
FileItemFactory | Returns the factory class used when creating file items. |
FileItemFactory | Returns the factory class used when creating file items. |
Fields of type org.apache.commons.fileupload.FileItemFactory | |
FileItemFactory | The factory to use to create new form items. |
Classes implementing org.apache.commons.fileupload.FileItemFactory | |
class | The default FileItemFactory
implementation. |
Constructors with parameter type org.apache.commons.fileupload.FileItemFactory | |
Constructs an instance of this class which uses the supplied factory to
create FileItem instances. |