|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.Response
wicket.response.FileResponse
A Response implementation that writes to a file.
| Constructor Summary | |
FileResponse(File file)
Constructor |
|
| Method Summary | |
void |
close()
Closes the response output stream |
java.io.OutputStream |
getOutputStream()
|
void |
write(java.lang.String string)
Writes the given string to the Response subclass output destination. |
| Methods inherited from class wicket.Response |
encodeURL, isRedirect, redirect, setContentLength, setContentType, setLastModifiedTime, setLocale, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileResponse(File file)
file - The file to write to| Method Detail |
public void close()
Response
close in class ResponseResponse.close()public java.io.OutputStream getOutputStream()
getOutputStream in class ResponseResponse.getOutputStream()public void write(java.lang.String string)
Response
write in class Responsestring - The string to writeResponse.write(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||