Uses of Class
org.apache.wicket.util.upload.FileUploadException

Packages that use FileUploadException
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.util.upload Protocol independent upload utilities. 
 

Uses of FileUploadException in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form with parameters of type FileUploadException
protected  void Form.onFileUploadException(FileUploadException e, Map<String,Object> model)
          The default message may look like "..
 

Uses of FileUploadException in org.apache.wicket.protocol.http.servlet
 

Constructors in org.apache.wicket.protocol.http.servlet that throw FileUploadException
MultipartServletWebRequest(javax.servlet.http.HttpServletRequest request, Bytes maxSize)
          Constructor.
MultipartServletWebRequest(javax.servlet.http.HttpServletRequest request, Bytes maxSize, FileItemFactory factory)
          Constructor
 

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.
static class FileUploadBase.UnknownSizeException
          Deprecated. As of commons-fileupload 1.2, the presence of a content-length header is no longer required.
 

Methods in org.apache.wicket.util.upload that throw FileUploadException
protected  FileItem FileUploadBase.createItem(Map<String,String> headers, boolean isFormField)
          Deprecated. This method is no longer used in favour of internally created instances of FileItem.
 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(javax.servlet.http.HttpServletRequest req)
          Deprecated. Use the method in ServletFileUpload instead.
 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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.