Class FileItemWrapper

java.lang.Object
org.apache.commons.fileupload.disk.DiskFileItem
com.webmethods.caf.faces.servlet.FileItemWrapper
All Implemented Interfaces:
org.apache.commons.fileupload.FileItem, org.apache.commons.fileupload.FileItemHeadersSupport

@Deprecated public class FileItemWrapper extends org.apache.commons.fileupload.disk.DiskFileItem
Deprecated.
FileInput components use the Part class not DiskFileItems now.
This class is just a wrapper
  • Field Summary

    Fields inherited from class org.apache.commons.fileupload.disk.DiskFileItem

    DEFAULT_CHARSET
  • Constructor Summary

    Constructors
    Constructor
    Description
    FileItemWrapper(String fieldName, String contentType, boolean isFormField, String fileName, int sizeThreshold, File repository)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from class org.apache.commons.fileupload.disk.DiskFileItem

    delete, finalize, get, getCharSet, getContentType, getDefaultCharset, getFieldName, getHeaders, getInputStream, getName, getOutputStream, getSize, getStoreLocation, getString, getString, getTempFile, isFormField, isInMemory, setDefaultCharset, setFieldName, setFormField, setHeaders, write

    Methods inherited from class java.lang.Object

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

    • FileItemWrapper

      public FileItemWrapper(String fieldName, String contentType, boolean isFormField, String fileName, int sizeThreshold, File repository)
      Deprecated.
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class org.apache.commons.fileupload.disk.DiskFileItem