| MaxLengthExceededException |
Exception |
This exception is thrown when multipart post data exceeds the maximum value set |
| ContentLengthExceededException |
Exception |
This exception is thrown when multipart post data exceeds the value given by the Content-Length header |
| MultipartRequestHandler |
Interface |
MultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data". |
| FormFile |
Interface |
This interface represents a file that has been uploaded by a client. |
| MultipartRequestWrapper |
Class |
This class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests. |
| MultipartIterator |
Class |
The MultipartIterator class is responsible for reading the input data of a multipart request and splitting it up into input elements, wrapped inside of a MultipartElement for easy definition. |
| MultipartElement |
Class |
This class represents an element in a multipart request. |
| MultipartBoundaryInputStream |
Class |
This class encapsulates parsing functionality for RFC1867, multipart/form-data. |
| DiskMultipartRequestHandler |
Class |
This is a MultipartRequestHandler that writes file data directly to to temporary files on disk. |
| DiskFile |
Class |
No description provided. |
| CommonsMultipartRequestHandler |
Class |
This class implements the MultipartRequestHandler interface by providing a wrapper around the Jakarta Commons FileUpload library. |
| BufferedMultipartInputStream |
Class |
This class implements buffering for an InputStream as well as a readLine method. |