|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultipartDecoder
Responsible for detecting and processing file upload requests, using Jakarta Commons FileUpload. Implementations of this service typically use the threaded service lifecycle model.
| Method Summary | |
|---|---|
void |
cleanup()
Cleans up any temporary resources created during the request processing. |
IUploadFile |
getFileUpload(String parameterName)
Gets a file upload with the given name, or returns null if no such file upload was in the request. |
| Method Detail |
|---|
IUploadFile getFileUpload(String parameterName)
void cleanup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||