|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUploadedFile
A wrapper for uploaded files. It contains the uploaded file and some additional information.
| Nested Class Summary | |
|---|---|
static class |
IUploadedFile.AutoDelete
enumerates the auto delete states. |
| Method Summary | |
|---|---|
IUploadedFile.AutoDelete |
getAutoDelete()
returns the auto-delete mode. |
java.io.File |
getFile()
return the File associated with this IUploadedFile. |
java.lang.String |
getOriginalFileName()
get the original name of the uploaded file. |
java.lang.String |
getParameterName()
uploaded files sent by HTML forms are associated to an <input /> tag. |
void |
setAutoDelete(IUploadedFile.AutoDelete ad)
sets the auto-delete mode. |
| Methods inherited from interface org.torweg.pulse.service.request.SessionBindingListener |
|---|
valueBound, valueUnbound |
| Method Detail |
|---|
java.io.File getFile()
File associated with this IUploadedFile.
java.lang.String getParameterName()
java.lang.String getOriginalFileName()
void setAutoDelete(IUploadedFile.AutoDelete ad)
ad - the mode to setIUploadedFile.AutoDelete getAutoDelete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||