Package net.sourceforge.stripes.controller.multipart

Contains classes for parsing and dealing with multipart/form-data requests.

See:
          Description

Interface Summary
MultipartWrapper Interface which must be implemented by classes which provide the ability to parse the POST content when it is of type multipart/form-data.
MultipartWrapperFactory Factory for classes that implement MultipartWrapper.
 

Class Summary
CommonsMultipartWrapper An implementation of MultipartWrapper that uses Jakarta Commons FileUpload (from apache) to parse the request parts.
CosMultipartWrapper Implementation of MultipartWrapper that uses Jason Hunter's COS (com.oreilly.servlet) multipart parser implementation.
DefaultMultipartWrapperFactory Default implementation of a factory for MultipartWrappers.
 

Package net.sourceforge.stripes.controller.multipart Description

Contains classes for parsing and dealing with multipart/form-data requests.



© Copyright 2005-2006, Stripes Development Team.