Uses of Interface
org.apache.commons.fileupload.FileItemHeaders
Packages that use FileItemHeaders
Package
Description
A component for handling HTML file uploads as specified by
RFC 1867.
A disk-based implementation of the
FileItem
interface.This package contains various IO related utility classes
or methods, which are basically reusable and not necessarily
restricted to the scope of a file upload.
-
Uses of FileItemHeaders in org.apache.commons.fileupload
Methods in org.apache.commons.fileupload that return FileItemHeadersModifier and TypeMethodDescriptionFileItemHeadersSupport.getHeaders()
Returns the collection of headers defined locally within this item.protected FileItemHeaders
FileUploadBase.getParsedHeaders
(String headerPart) Parses theheader-part
and returns as key/value pairs.Methods in org.apache.commons.fileupload with parameters of type FileItemHeadersModifier and TypeMethodDescriptionprotected String
FileUploadBase.getFieldName
(FileItemHeaders headers) Retrieves the field name from theContent-disposition
header.protected String
FileUploadBase.getFileName
(FileItemHeaders headers) Retrieves the file name from theContent-disposition
header.void
FileItemHeadersSupport.setHeaders
(FileItemHeaders headers) Sets the headers read from within an item. -
Uses of FileItemHeaders in org.apache.commons.fileupload.disk
Methods in org.apache.commons.fileupload.disk that return FileItemHeadersMethods in org.apache.commons.fileupload.disk with parameters of type FileItemHeadersModifier and TypeMethodDescriptionvoid
DiskFileItem.setHeaders
(FileItemHeaders pHeaders) Sets the file item headers. -
Uses of FileItemHeaders in org.apache.commons.fileupload.util
Classes in org.apache.commons.fileupload.util that implement FileItemHeaders