See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
CommonsMultipartWrapper |
An implementation of MultipartWrapper that uses Jakarta Commons FileUpload (from apache)
to parse the request parts.
|
DefaultMultipartWrapperFactory |
Default implementation of a factory for MultipartWrappers.
|
Contains classes for parsing and dealing with multipart/form-data requests.
? Copyright 2005-2006, Stripes Development Team.