|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileUpload
Adapter interface for file upload implementations to use for the request input parameter.
Method Summary | |
---|---|
boolean |
isFileUploadSupported(javax.servlet.http.HttpServletRequest request)
Checks wether file upload is supported for that request or not. |
java.util.Map<java.lang.String,java.lang.Object[]> |
parseUploadRequest(javax.servlet.http.HttpServletRequest request)
Parses an upload request and returns an map with the different uploads (for multiple uploads) ordered by key (form property name) and corresponding object (type depends on implementation). |
Method Detail |
---|
boolean isFileUploadSupported(javax.servlet.http.HttpServletRequest request)
request
-
java.util.Map<java.lang.String,java.lang.Object[]> parseUploadRequest(javax.servlet.http.HttpServletRequest request)
request
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |