| Package | Description |
|---|---|
| net.sourceforge.stripes.controller.multipart |
Contains classes for parsing and dealing with multipart/form-data requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsMultipartWrapper
An implementation of MultipartWrapper that uses Jakarta Commons FileUpload (from apache)
to parse the request parts.
|
class |
CosMultipartWrapper
Implementation of MultipartWrapper that uses Jason Hunter's COS (com.oreilly.servlet)
multipart parser implementation.
|
| Modifier and Type | Method and Description |
|---|---|
MultipartWrapper |
MultipartWrapperFactory.wrap(HttpServletRequest request)
Wraps the request in an appropriate implementation of MultipartWrapper that is capable
of providing access to request parameters and any file parts contained within the
request.
|
MultipartWrapper |
DefaultMultipartWrapperFactory.wrap(HttpServletRequest request)
Wraps the request in an appropriate implementation of MultipartWrapper that is capable of
providing access to request parameters and any file parts contained within the request.
|
© Copyright 2005-2006, Stripes Development Team.