| Package | Description |
|---|---|
| org.apache.wicket.util.upload |
Protocol independent upload utilities.
|
| Class and Description |
|---|
| FileItem
This class represents a file or form item that was received within a
multipart/form-data POST request. |
| FileItemFactory
A factory interface for creating
FileItem instances. |
| FileItemHeaders
This class provides support for accessing the headers for a file or form item that was received
within a
multipart/form-data POST request. |
| FileItemHeadersImpl
Default implementation of the
FileItemHeaders interface. |
| FileItemHeadersSupport
Interface that will indicate that
FileItem or FileItemStream implementations will
accept the headers read for the item. |
| FileItemIterator
An iterator, as returned by
FileUploadBase.getItemIterator(RequestContext). |
| FileItemStream
This interface provides access to a file or form item that was received within a
multipart/form-data POST request. |
| FileUpload
High level API for processing file uploads.
|
| FileUploadBase
High level API for processing file uploads.
|
| FileUploadBase.SizeException
This exception is thrown, if a requests permitted size is exceeded.
|
| FileUploadException
Exception for errors encountered while processing the request.
|
| MultipartFormInputStream.IllegalBoundaryException
Thrown upon attempt of setting an invalid boundary token.
|
| MultipartFormInputStream.MalformedStreamException
Thrown to indicate that the input stream fails to follow the required syntax.
|
| ProgressListener
The
ProgressListener may be used to display a progress bar or do stuff like that. |
| RequestContext
Abstracts access to the request information needed for file uploads.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.