examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/tomcat/util/http/fileupload/FileItemFactory.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    24  * can provide their own custom configuration, over and above that provided
    24  * can provide their own custom configuration, over and above that provided
    25  * by the default file upload implementation.</p>
    25  * by the default file upload implementation.</p>
    26  *
    26  *
    27  * @author <a href="mailto:martinc@apache.org">Martin Cooper</a>
    27  * @author <a href="mailto:martinc@apache.org">Martin Cooper</a>
    28  * 
    28  * 
    29  * @version $Id: FileItemFactory.java,v 1.4 2015-01-28 02:11:05 vrany Exp $
    29  * @version $Id: FileItemFactory.java,v 1.5 2015-03-20 12:08:08 vrany Exp $
    30  */
    30  */
    31 public interface FileItemFactory
    31 public interface FileItemFactory
    32 {
    32 {
    33 
    33 
    34     /**
    34     /**