Uses of Interface
com.vaadin.external.apache.commons.fileupload2.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.Implementations and exceptions utils.
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 com.vaadin.external.apache.commons.fileupload2
Methods in com.vaadin.external.apache.commons.fileupload2 that return FileItemHeadersModifier and TypeMethodDescriptionFileItemHeadersSupport.getHeaders()Returns the collection of headers defined locally within this item.FileUploadBase.getParsedHeaders(String headerPart) Parses theheader-partand returns as key/value pairs.Methods in com.vaadin.external.apache.commons.fileupload2 with parameters of type FileItemHeadersModifier and TypeMethodDescriptionFileUploadBase.getFieldName(FileItemHeaders headers) Retrieves the field name from theContent-dispositionheader.FileUploadBase.getFileName(FileItemHeaders headers) Retrieves the file name from theContent-dispositionheader.voidFileItemHeadersSupport.setHeaders(FileItemHeaders headers) Sets the headers read from within an item. -
Uses of FileItemHeaders in com.vaadin.external.apache.commons.fileupload2.disk
Methods in com.vaadin.external.apache.commons.fileupload2.disk that return FileItemHeadersMethods in com.vaadin.external.apache.commons.fileupload2.disk with parameters of type FileItemHeadersModifier and TypeMethodDescriptionvoidDiskFileItem.setHeaders(FileItemHeaders pHeaders) Sets the file item headers. -
Uses of FileItemHeaders in com.vaadin.external.apache.commons.fileupload2.impl
Methods in com.vaadin.external.apache.commons.fileupload2.impl that return FileItemHeadersMethods in com.vaadin.external.apache.commons.fileupload2.impl with parameters of type FileItemHeadersModifier and TypeMethodDescriptionvoidFileItemStreamImpl.setHeaders(FileItemHeaders pHeaders) Sets the file item headers. -
Uses of FileItemHeaders in com.vaadin.external.apache.commons.fileupload2.util
Classes in com.vaadin.external.apache.commons.fileupload2.util that implement FileItemHeaders