Uses of Interface org.apache.commons.fileupload.FileItemFactory

Uses in package org.apache.commons.fileupload

Constructors with parameter type org.apache.commons.fileupload.FileItemFactory

Constructs an instance of this class which uses the supplied factory to create FileItem instances.

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.

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.

Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.