|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.Response
wicket.response.ConsoleResponse
A Response implementation which writes to the console.
| Method Summary | |
static ConsoleResponse |
getInstance()
|
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 |
close, encodeURL, getCharacterEncoding, isRedirect, redirect, setCharacterEncoding, setContentLength, setContentType, setLastModifiedTime, setLocale, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final ConsoleResponse getInstance()
public void write(java.lang.String string)
Response
write in class Responsestring - The string to writeResponse.write(java.lang.String)public java.io.OutputStream getOutputStream()
getOutputStream in class ResponseResponse.getOutputStream()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||