|
Class Summary |
| MultipartConfigurationHelper |
Configuration object for the multipart filter. |
| MultipartFilter |
Servlet filter for handling multi part MIME uploads |
| MultipartHttpServletRequest |
Servlet request wrapper for multipart parser. |
| MultipartParser |
This class is used to implement a multipart request wrapper. |
| Part |
This abstract class represents a file part parsed from a http post stream. |
| PartInMemory |
This class represents a file part parsed from a http post stream. |
| PartOnDisk |
This class represents a file part parsed from a http post stream. |
| RejectedPart |
An upload part that was rejected because request length exceeded the maximum upload size. |
| RequestFactory |
This is the interface of Request Wrapper in Cocoon. |