Class JavaxServletDiskFileUpload

java.lang.Object
org.apache.commons.fileupload2.core.AbstractFileUpload<javax.servlet.http.HttpServletRequest,I,F>
org.apache.commons.fileupload2.javax.JavaxServletFileUpload<org.apache.commons.fileupload2.core.DiskFileItem,org.apache.commons.fileupload2.core.DiskFileItemFactory>
org.apache.commons.fileupload2.javax.JavaxServletDiskFileUpload

public class JavaxServletDiskFileUpload extends JavaxServletFileUpload<org.apache.commons.fileupload2.core.DiskFileItem,org.apache.commons.fileupload2.core.DiskFileItemFactory>
A JavaxServletFileUpload for DiskFileItem and DiskFileItemFactory.
  • Field Summary

    Fields inherited from class org.apache.commons.fileupload2.core.AbstractFileUpload

    ATTACHMENT, CONTENT_DISPOSITION, CONTENT_LENGTH, CONTENT_TYPE, FORM_DATA, MULTIPART, MULTIPART_FORM_DATA, MULTIPART_MIXED
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new instance.
    JavaxServletDiskFileUpload(org.apache.commons.fileupload2.core.DiskFileItemFactory fileItemFactory)
    Constructs a new instance.
  • Method Summary

    Methods inherited from class org.apache.commons.fileupload2.javax.JavaxServletFileUpload

    getItemIterator, isMultipartContent, parseParameterMap, parseRequest

    Methods inherited from class org.apache.commons.fileupload2.core.AbstractFileUpload

    getBoundary, getFieldName, getFileItemFactory, getFileName, getHeaderCharset, getItemIterator, getMaxFileCount, getMaxFileSize, getMaxPartHeaderSize, getMaxSize, getParsedHeaders, getProgressListener, isMultipartContent, isMultipartRequestMethod, newFileItemHeaders, parseParameterMap, parseRequest, setFileItemFactory, setHeaderCharset, setMaxFileCount, setMaxFileSize, setMaxPartHeaderSize, setMaxSize, setProgressListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JavaxServletDiskFileUpload

      Constructs a new instance.
    • JavaxServletDiskFileUpload

      public JavaxServletDiskFileUpload(org.apache.commons.fileupload2.core.DiskFileItemFactory fileItemFactory)
      Constructs a new instance.
      Parameters:
      fileItemFactory - The factory to use for creating file items.