All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description DefaultFileItem Deprecated. UseDiskFileItem
instead.DefaultFileItemFactory Deprecated. UseDiskFileItemFactory
instead.DiskFileItem The default implementation of theFileItem
interface.DiskFileItemFactory The defaultFileItemFactory
implementation.DiskFileUpload Deprecated. UseServletFileUpload
together withDiskFileItemFactory
instead.FileItem This class represents a file or form item that was received within amultipart/form-data
POST request.FileItemFactory A factory interface for creatingFileItem
instances.FileUpload High level API for processing file uploads.FileUploadBase High level API for processing file uploads.FileUploadBase.InvalidContentTypeException Thrown to indicate that the request is not a multipart request.FileUploadBase.SizeLimitExceededException Thrown to indicate that the request size exceeds the configured maximum.FileUploadBase.UnknownSizeException Thrown to indicate that the request size is not specified.FileUploadException Exception for errors encountered while processing the request.MultipartStream Low level API for processing file uploads.MultipartStream.IllegalBoundaryException Thrown upon attempt of setting an invalid boundary token.MultipartStream.MalformedStreamException Thrown to indicate that the input stream fails to follow the required syntax.ParameterParser A simple parser intended to parse sequences of name/value pairs.PortletFileUpload High level API for processing file uploads.PortletRequestContext Provides access to the request information needed for a request made to a portlet.RequestContext Abstracts access to the request information needed for file uploads.ServletFileUpload High level API for processing file uploads.ServletRequestContext Provides access to the request information needed for a request made to an HTTP servlet.