public interface MultipartDecoder
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleans up any temporary resources created during the request processing.
|
IUploadFile |
getFileUpload(java.lang.String parameterName)
Gets a file upload with the given name, or returns null if no such file
upload was in the request.
|
IUploadFile getFileUpload(java.lang.String parameterName)
void cleanup()