Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » http » fileupload » [javadoc | source]
org.apache.tomcat.util.http.fileupload
public interface: FileItemFactory [javadoc | source]

All Known Implementing Classes:
    DefaultFileItemFactory

A factory interface for creating FileItem instances. Factories can provide their own custom configuration, over and above that provided by the default file upload implementation.

Method from org.apache.tomcat.util.http.fileupload.FileItemFactory Summary:
createItem
Method from org.apache.tomcat.util.http.fileupload.FileItemFactory Detail:
 public FileItem createItem(String fieldName,
    String contentType,
    boolean isFormField,
    String fileName)
    Create a new FileItem instance from the supplied parameters and any local factory configuration.