|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileUploadException | |
|---|---|
| org.apache.wicket.util.upload | Protocol independent upload utilities. |
| Uses of FileUploadException in org.apache.wicket.util.upload |
|---|
| Subclasses of FileUploadException in org.apache.wicket.util.upload | |
|---|---|
static class |
FileUploadBase.FileSizeLimitExceededException
Thrown to indicate that A files size exceeds the configured maximum. |
static class |
FileUploadBase.InvalidContentTypeException
Thrown to indicate that the request is not a multipart request. |
static class |
FileUploadBase.IOFileUploadException
Thrown to indicate an IOException. |
protected static class |
FileUploadBase.SizeException
This exception is thrown, if a requests permitted size is exceeded. |
static class |
FileUploadBase.SizeLimitExceededException
Thrown to indicate that the request size exceeds the configured maximum. |
| Methods in org.apache.wicket.util.upload that throw FileUploadException | |
|---|---|
FileItemIterator |
ServletFileUpload.getItemIterator(javax.servlet.http.HttpServletRequest request)
Processes an RFC 1867 compliant multipart/form-data stream. |
FileItemIterator |
FileUploadBase.getItemIterator(RequestContext ctx)
Processes an RFC 1867 compliant multipart/form-data stream. |
boolean |
FileItemIterator.hasNext()
Returns, whether another instance of FileItemStream is available. |
FileItemStream |
FileItemIterator.next()
Returns the next available FileItemStream. |
List<FileItem> |
ServletFileUpload.parseRequest(javax.servlet.http.HttpServletRequest request)
Processes an RFC 1867 compliant multipart/form-data stream. |
List<FileItem> |
FileUploadBase.parseRequest(RequestContext ctx)
Processes an RFC 1867 compliant multipart/form-data stream. |
| Constructors in org.apache.wicket.util.upload with parameters of type FileUploadException | |
|---|---|
FileUploadBase.FileUploadIOException(FileUploadException pCause)
Creates a FileUploadIOException with the given cause. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||