| IFileItem |
This class represents a file or form item that was received within a
multipart/form-data POST request.
|
| IFileItemFactory |
A factory interface for creating IFileItem instances.
|
| IFileItemFactoryProviderSPI |
SPI for a provider of a custom file item factory that should be used instead
of the default one.
|
| IFileItemHeaders |
This class provides support for accessing the headers for a file or form item
that was received within a multipart/form-data POST request.
|
| IFileItemHeadersSupport |
Interface that will indicate that IFileItem or
IFileItemStream implementations will accept the headers read for the
item.
|
| IFileItemIterator |
|
| IFileItemStream |
This interface provides access to a file or form item that was received
within a multipart/form-data POST request.
|
| IRequestContext |
Abstracts access to the request information needed for file uploads.
|