|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.markup.html.form.upload.FileUpload
Model for file uploads.
| Method Summary | |
byte[] |
getBytes()
|
java.lang.String |
getContentType()
|
java.io.File |
getFile()
|
java.io.InputStream |
getInputStream()
|
long |
getSize()
|
void |
writeTo(java.io.File file)
Saves this file upload to a given file on the server side. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public byte[] getBytes()
public java.lang.String getContentType()
public java.io.File getFile()
public java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic long getSize()
public void writeTo(java.io.File file)
throws java.io.IOException
file - The file
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||