|
||||||||||
| 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.InvalidContentTypeException
Thrown to indicate that the request is not a multipart request. |
static class |
FileUploadBase.SizeLimitExceededException
Thrown to indicate that the request size exceeds the configured maximum. |
static class |
FileUploadBase.UnknownSizeException
Thrown to indicate that the request size is not specified. |
| Methods in org.apache.wicket.util.upload that throw FileUploadException | |
|---|---|
java.util.List<FileItem> |
ServletFileUpload.parseRequest(javax.servlet.http.HttpServletRequest request)
Processes an RFC 1867 compliant multipart/form-data stream. |
java.util.List<FileItem> |
FileUploadBase.parseRequest(RequestContext ctx)
Processes an RFC 1867 compliant multipart/form-data stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||