public interface ServletMultipartDecoder extends MultipartDecoder
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
decode(javax.servlet.http.HttpServletRequest request)
Decodes the request, returning a new
HttpServletRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files. |
cleanup, getFileUploadjavax.servlet.http.HttpServletRequest decode(javax.servlet.http.HttpServletRequest request)
HttpServletRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files.request - The incoming servlet request