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(javax.servlet.http.HttpServletRequest request,
java.io.File tempDir,
long maxPostSize)
Pseudo-constructor that allows the class to perform any initialization necessary.
|
void |
CommonsMultipartWrapper.build(javax.servlet.http.HttpServletRequest request,
java.io.File tempDir,
long maxPostSize)
Pseudo-constructor that allows the class to perform any initialization necessary.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Resolution |
DefaultExceptionHandler.handle(FileUploadLimitExceededException exception,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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.