Uses of Package
org.apache.wicket.util.upload

Packages that use org.apache.wicket.util.upload
org.apache.wicket.util.upload Protocol independent upload utilities. 
 

Classes in org.apache.wicket.util.upload used by org.apache.wicket.util.upload
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.
FileUpload
           High level API for processing file uploads.
FileUploadBase
           High level API for processing file uploads.
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.
RequestContext
           Abstracts access to the request information needed for file uploads.
 



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