|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileItemHeaders | |
---|---|
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 the
FileItem
interface. |
org.apache.commons.fileupload.util | 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 FileItemHeaders | |
---|---|
FileItemHeaders |
FileItemHeadersSupport.getHeaders()
Returns the collection of headers defined locally within this item. |
protected FileItemHeaders |
FileUploadBase.getParsedHeaders(String headerPart)
Parses the header-part and returns as key/value
pairs. |
Methods in org.apache.commons.fileupload with parameters of type FileItemHeaders | |
---|---|
protected String |
FileUploadBase.getFieldName(FileItemHeaders headers)
Retrieves the field name from the Content-disposition
header. |
protected String |
FileUploadBase.getFileName(FileItemHeaders headers)
Retrieves the file name from the Content-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 FileItemHeaders | |
---|---|
FileItemHeaders |
DiskFileItem.getHeaders()
Returns the file item headers. |
Methods in org.apache.commons.fileupload.disk with parameters of type FileItemHeaders | |
---|---|
void |
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 | |
---|---|
class |
FileItemHeadersImpl
Default implementation of the FileItemHeaders interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |