Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.fileupload Classes and Interfaces - 41 results found.
NameDescriptionTypePackageFramework
CloseableInterface of an object, which may be closed.Interfaceorg.apache.commons.fileupload.utilApache Commons
DefaultFileItem The default implementation of the FileItem interface.Classorg.apache.commons.fileuploadApache Commons
DefaultFileItemFactoryThe default FileItemFactory implementation.Classorg.apache.commons.fileuploadApache Commons
DiskFileItem The default implementation of the FileItem interface.Classorg.apache.commons.fileupload.diskApache Commons
DiskFileItemFactoryThe default FileItemFactory implementation.Classorg.apache.commons.fileupload.diskApache Commons
DiskFileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
FileCleanerCleanupA servlet context listener, which ensures that the FileCleaningTracker's reaper thread is terminated,Classorg.apache.commons.fileupload.servletApache Commons
FileItem This class represents a file or form item that was received within a multipart/form-data POST request.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemFactoryA factory interface for creating FileItem instances.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemHeaders This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POSTInterfaceorg.apache.commons.fileuploadApache Commons
FileItemHeadersImplDefault implementation of the FileItemHeaders interface.Classorg.apache.commons.fileupload.utilApache Commons
FileItemHeadersSupportInterface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemIteratorAn iterator, as returned by FileUploadBase.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemStream This interface provides access to a file or form item that was received within a multipart/form-data POST request.Interfaceorg.apache.commons.fileuploadApache Commons
FileItemStream .ItemSkippedExceptionThis exception is thrown, if an attempt is made to read data from the InputStream, which has been returnedClassorg.apache.commons.fileupload.FileItemStreamApache Commons
FileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
FileUploadBaseHigh level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
FileUploadBase .FileSizeLimitExceededExceptionThrown to indicate that A files size exceeds the configured maximum.Classorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadBase .FileUploadIOExceptionThis exception is thrown for hiding an inner FileUploadException in an IOException.Classorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadBase .InvalidContentTypeExceptionThrown to indicate that the request is not a multipart request.Classorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadBase .IOFileUploadExceptionThrown to indicate an IOException.Classorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadBase .SizeExceptionThis exception is thrown, if a requests permitted sizeSee Also:Serialized FormClassorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadBase .SizeLimitExceededExceptionThrown to indicate that the request size exceeds the configured maximum.Classorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadBase .UnknownSizeExceptionThrown to indicate that the request size is not specified.Classorg.apache.commons.fileupload.FileUploadBaseApache Commons
FileUploadExceptionException for errors encountered while processing the request.Classorg.apache.commons.fileuploadApache Commons
InvalidFileNameExceptionThis exception is thrown in case of an invalid file name.Classorg.apache.commons.fileuploadApache Commons
LimitedInputStreamAn input stream, which limits its data size.Classorg.apache.commons.fileupload.utilApache Commons
MimeUtilityUtility class to decode MIME texts.Classorg.apache.commons.fileupload.util.mimeApache Commons
MultipartStream Low level API for processing file uploads.Classorg.apache.commons.fileuploadApache Commons
MultipartStream .IllegalBoundaryExceptionThrown upon attempt of setting an invalid boundary token.Classorg.apache.commons.fileupload.MultipartStreamApache Commons
MultipartStream .MalformedStreamExceptionThrown to indicate that the input stream fails to follow theSee Also:Serialized FormClassorg.apache.commons.fileupload.MultipartStreamApache Commons
MultipartStream .ProgressNotifierClassorg.apache.commons.fileupload.MultipartStreamApache Commons
ParameterParserA simple parser intended to parse sequences of name/value pairs.Classorg.apache.commons.fileuploadApache Commons
PortletFileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileupload.portletApache Commons
PortletRequestContextProvides access to the request information needed for a request made toSince:FileUpload 1.Classorg.apache.commons.fileupload.portletApache Commons
ProgressListenerThe ProgressListener may be used to display a progress bar or do stuff like that.Interfaceorg.apache.commons.fileuploadApache Commons
RequestContextAbstracts access to the request information needed for file uploads.Interfaceorg.apache.commons.fileuploadApache Commons
ServletFileUploadHigh level API for processing file uploads.Classorg.apache.commons.fileupload.servletApache Commons
ServletRequestContextProvides access to the request information needed for a request made toSince:FileUpload 1.Classorg.apache.commons.fileupload.servletApache Commons
StreamsUtility class for working with streams.Classorg.apache.commons.fileupload.utilApache Commons
UploadContextEnhanced access to the request information needed for file uploads, which fixes the Content Length data access in RequestContext.Interfaceorg.apache.commons.fileuploadApache Commons