| Package | Description |
|---|---|
| net.sourceforge.stripes.controller.multipart |
Contains classes for parsing and dealing with multipart/form-data requests.
|
| net.sourceforge.stripes.exception |
Contains interfaces and implementations of exception handling strategy classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartWrapper.build(HttpServletRequest request,
File tempDir,
long maxPostSize)
Pseudo-constructor that allows the class to perform any initialization necessary.
|
void |
CosMultipartWrapper.build(HttpServletRequest request,
File tempDir,
long maxPostSize)
Pseudo-constructor that allows the class to perform any initialization necessary.
|
void |
CommonsMultipartWrapper.build(HttpServletRequest request,
File tempDir,
long maxPostSize)
Pseudo-constructor that allows the class to perform any initialization necessary.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Resolution |
DefaultExceptionHandler.handle(FileUploadLimitExceededException exception,
HttpServletRequest request,
HttpServletResponse response)
FileUploadLimitExceededException is notoriously difficult to handle for several
reasons:
The exception is thrown during construction of the StripesRequestWrapper. |
| Modifier and Type | Method and Description |
|---|---|
protected Resolution |
DefaultExceptionHandler.handle(FileUploadLimitExceededException exception,
HttpServletRequest request,
HttpServletResponse response)
FileUploadLimitExceededException is notoriously difficult to handle for several
reasons:
The exception is thrown during construction of the StripesRequestWrapper. |
© Copyright 2005-2006, Stripes Development Team.