Uses of Interface
org.apache.commons.fileupload.FileItem
-
Packages that use FileItem Package Description org.apache.commons.fileupload A component for handling HTML file uploads as specified by RFC 1867.org.apache.commons.fileupload.disk A disk-based implementation of theFileIteminterface. -
-
Uses of FileItem in org.apache.commons.fileupload
Classes in org.apache.commons.fileupload that implement FileItem Modifier and Type Class Description classDefaultFileItemDeprecated.UseDiskFileIteminstead.Methods in org.apache.commons.fileupload that return FileItem Modifier and Type Method Description FileItemDefaultFileItemFactory. createItem(java.lang.String fieldName, java.lang.String contentType, boolean isFormField, java.lang.String fileName)Deprecated.UseDiskFileItemFactoryinstead.FileItemFileItemFactory. createItem(java.lang.String fieldName, java.lang.String contentType, boolean isFormField, java.lang.String fileName)Create a newFileIteminstance from the supplied parameters and any local factory configuration.protected FileItemFileUploadBase. createItem(java.util.Map headers, boolean isFormField)Creates a newFileIteminstance. -
Uses of FileItem in org.apache.commons.fileupload.disk
Classes in org.apache.commons.fileupload.disk that implement FileItem Modifier and Type Class Description classDiskFileItemThe default implementation of theFileIteminterface.Methods in org.apache.commons.fileupload.disk that return FileItem Modifier and Type Method Description FileItemDiskFileItemFactory. createItem(java.lang.String fieldName, java.lang.String contentType, boolean isFormField, java.lang.String fileName)Create a newDiskFileIteminstance from the supplied parameters and the local factory configuration.
-