Package org.apache.cocoon.servlet.multipart

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.
 

Exception Summary
MultipartException Exception thrown when on a parse error such as a malformed stream.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.