All Classes and Interfaces
Class
Description
High level API for processing file uploads.
The default implementation of the
FileItem
interface.Builds a new
DiskFileItem
instance.The default
FileItemFactory
implementation.Builds a new
DiskFileItemFactory
instance.
This class represents a file or form item that was received within a
multipart/form-data
POST request.Creates
FileItem
instances.Abstracts building for subclasses.
This class provides support for accessing the headers for a file or form item that was received within a
multipart/form-data
POST request.Provides access to headers.
Provides access to a file or form item that was received within a
multipart/form-data
POST request.This exception is thrown, if an attempt is made to read data from the
InputStream
, which has been returned by
FileItemInput.getInputStream()
, after Iterator.hasNext()
has been invoked on the iterator, which created the
FileItemInput
.An iterator, as returned by
AbstractFileUpload.getItemIterator(RequestContext)
.Signals that a file size exceeds the configured maximum.
Signals that a request is not a multipart request.
Signals errors encountered while processing the request.
Signals that a request contains more files than the specified limit.
Signals that a requests permitted size is exceeded.
A servlet context listener, which ensures that the
FileCleaningTracker
's reaper thread is terminated, when the web application is destroyed.A servlet context listener, which ensures that the
FileCleaningTracker
's reaper thread is terminated, when the web application is destroyed.A JakartaServletFileUpload for
DiskFileItem
and DiskFileItemFactory
.A JakartaServletFileUpload for
DiskFileItem
and DiskFileItemFactory
.High level API for processing file uploads.
High level API for processing file uploads.
Provides access to the request information needed for a request made to an HTTP servlet.
Provides access to the request information needed for a request made to an HTTP servlet.
A servlet context listener, which ensures that the
FileCleaningTracker
's reaper thread is terminated, when the web application is destroyed.High level API for processing file uploads.
Provides access to the request information needed for a request made to a portlet.
A JavaxServletFileUpload for
DiskFileItem
and DiskFileItemFactory
.High level API for processing file uploads.
Provides access to the request information needed for a request made to an HTTP servlet.
Low-level API for processing file uploads.
Builds a new
MultipartInput
instance.Signals an attempt to set an invalid boundary token.
Signals that the input stream fails to follow the required syntax.
Internal class, which is used to invoke the
ProgressListener
.A simple parser intended to parse sequences of name/value pairs.
Receives progress information.
Abstracts access to the request information needed for file uploads.