Index
All Classes and Interfaces|All Packages
C
- contextDestroyed(ServletContextEvent) - Method in class org.apache.commons.fileupload2.javax.JavaxFileCleaner
-
Called when the web application is being destroyed.
- contextInitialized(ServletContextEvent) - Method in class org.apache.commons.fileupload2.javax.JavaxFileCleaner
-
Called when the web application is initialized.
F
- FILE_CLEANING_TRACKER_ATTRIBUTE - Static variable in class org.apache.commons.fileupload2.javax.JavaxFileCleaner
-
Attribute name, which is used for storing an instance of
FileCleaningTracker
in the web application.
G
- getCharacterEncoding() - Method in class org.apache.commons.fileupload2.javax.JavaxServletRequestContext
-
Gets the character encoding for the request.
- getContentType() - Method in class org.apache.commons.fileupload2.javax.JavaxServletRequestContext
-
Gets the content type of the request.
- getFileCleaningTracker(ServletContext) - Static method in class org.apache.commons.fileupload2.javax.JavaxFileCleaner
-
Gets the instance of
FileCleaningTracker
, which is associated with the givenServletContext
. - getInputStream() - Method in class org.apache.commons.fileupload2.javax.JavaxServletRequestContext
-
Gets the input stream for the request.
- getItemIterator(HttpServletRequest) - Method in class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
-
Gets an RFC 1867 compliant
multipart/form-data
file item iterator.
I
- isMultipartContent(HttpServletRequest) - Static method in class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
-
Tests whether the request contains multipart content.
J
- JavaxFileCleaner - Class in org.apache.commons.fileupload2.javax
-
A servlet context listener, which ensures that the
FileCleaningTracker
's reaper thread is terminated, when the web application is destroyed. - JavaxFileCleaner() - Constructor for class org.apache.commons.fileupload2.javax.JavaxFileCleaner
- JavaxServletDiskFileUpload - Class in org.apache.commons.fileupload2.javax
-
A JavaxServletFileUpload for
DiskFileItem
andDiskFileItemFactory
. - JavaxServletDiskFileUpload() - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletDiskFileUpload
- JavaxServletDiskFileUpload(DiskFileItemFactory) - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletDiskFileUpload
- JavaxServletFileUpload<I,
F> - Class in org.apache.commons.fileupload2.javax -
High level API for processing file uploads.
- JavaxServletFileUpload() - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
-
Constructs an uninitialized instance of this class.
- JavaxServletFileUpload(F) - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
-
Constructs an instance of this class which uses the supplied factory to create
FileItem
instances. - JavaxServletRequestContext - Class in org.apache.commons.fileupload2.javax
-
Provides access to the request information needed for a request made to an HTTP servlet.
- JavaxServletRequestContext(HttpServletRequest) - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletRequestContext
-
Constructs a context for this request.
O
- org.apache.commons.fileupload2.javax - package org.apache.commons.fileupload2.javax
-
An implementation of
AbstractFileUpload
for use in servlets conforming to JSR 53.
P
- parseParameterMap(HttpServletRequest) - Method in class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
-
Parses an RFC 1867 compliant
multipart/form-data
stream. - parseRequest(HttpServletRequest) - Method in class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
-
Parses an RFC 1867 compliant
multipart/form-data
stream.
S
- setFileCleaningTracker(ServletContext, FileCleaningTracker) - Static method in class org.apache.commons.fileupload2.javax.JavaxFileCleaner
-
Sets the instance of
FileCleaningTracker
, which is associated with the givenServletContext
.
All Classes and Interfaces|All Packages