|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.io.UploadedFileMap
UploadedFileMap defines the set of files that have been uploaded to the server.
Method Summary | |
void |
dispose()
Dispose of all UploadedFiles. |
UploadedFile |
getUploadedFile(java.lang.String name)
Returns a single uploaded file. |
static UploadedFileMap |
getUploadedFileMap(BajaContext context)
Returns the map of uploaded files for the current request. |
java.util.Enumeration |
getUploadedFileNames()
Returns an Enumeration of the names of all uploaded files. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UploadedFileMap getUploadedFileMap(BajaContext context)
public UploadedFile getUploadedFile(java.lang.String name)
name
- the name under which the file is stored. In HTML forms,
this will be derived from the "name" set on the <input> tag.public java.util.Enumeration getUploadedFileNames()
public void dispose()
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |