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 ofFileCleaningTrackerin 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 ofFileCleaningTracker, 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 compliantmultipart/form-datafile 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 theFileCleaningTracker's reaper thread is terminated, when the web application is destroyed.
- JavaxFileCleaner() - Constructor for class org.apache.commons.fileupload2.javax.JavaxFileCleaner
- 
Constructs a new instance.
- JavaxServletDiskFileUpload - Class in org.apache.commons.fileupload2.javax
- 
A JavaxServletFileUpload forDiskFileItemandDiskFileItemFactory.
- JavaxServletDiskFileUpload() - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletDiskFileUpload
- 
Constructs a new instance.
- JavaxServletDiskFileUpload(DiskFileItemFactory) - Constructor for class org.apache.commons.fileupload2.javax.JavaxServletDiskFileUpload
- 
Constructs a new instance.
- 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 createFileIteminstances.
- 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 ofAbstractFileUploadfor use in servlets conforming to JSR 53.
P
- parseParameterMap(HttpServletRequest) - Method in class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
- 
Parses an RFC 1867 compliantmultipart/form-datastream.
- parseRequest(HttpServletRequest) - Method in class org.apache.commons.fileupload2.javax.JavaxServletFileUpload
- 
Parses an RFC 1867 compliantmultipart/form-datastream.
S
- setFileCleaningTracker(ServletContext, FileCleaningTracker) - Static method in class org.apache.commons.fileupload2.javax.JavaxFileCleaner
- 
Sets the instance ofFileCleaningTracker, which is associated with the givenServletContext.
All Classes and Interfaces|All Packages