Class CommonsMultipartFile

    • Field Detail

      • logger

        protected static final org.apache.commons.logging.Log logger
        Deprecated.
    • Constructor Detail

      • CommonsMultipartFile

        protected CommonsMultipartFile​(org.apache.commons.fileupload.FileItem fileItem)
        Deprecated.
        Create an instance wrapping the given FileItem.
        Parameters:
        fileItem - the FileItem to wrap
    • Method Detail

      • getFileItem

        public org.apache.commons.fileupload.FileItem getFileItem()
        Deprecated.
        Return the underlying org.apache.commons.fileupload.FileItem instance. There is hardly any need to access this.
      • getStorageDescription

        protected String getStorageDescription()
        Deprecated.
        Return a description for the storage location of the multipart content. Tries to be as specific as possible: mentions the file location in case of a temporary file.
      • isAvailable

        protected boolean isAvailable()
        Deprecated.
        Determine whether the multipart content is still available. If a temporary file has been moved, the content is no longer available.