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.
|
Modifier and Type | Method and Description |
---|---|
MultipartWrapper |
MultipartWrapperFactory.wrap(javax.servlet.http.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(javax.servlet.http.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.