|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.Response
wicket.protocol.http.WebResponse
wicket.protocol.http.BufferedWebResponse
Subclass of WebResponse which buffers output and any redirection.
| Field Summary |
| Fields inherited from class wicket.protocol.http.WebResponse |
redirect |
| Method Summary | |
void |
close()
Flushes the response buffer by doing a redirect or writing out the buffer. |
void |
redirect(java.lang.String url)
Saves url to redirect to when buffered response is flushed. |
void |
write(java.lang.String string)
Writes string to response output. |
| Methods inherited from class wicket.protocol.http.WebResponse |
encodeURL, getHttpServletResponse, getOutputStream, isRedirect, setContentLength, setContentType, setLastModifiedTime, setLocale |
| Methods inherited from class wicket.Response |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void close()
close in class WebResponsepublic final void redirect(java.lang.String url)
redirect in class WebResponseurl - The URL to redirect topublic void write(java.lang.String string)
write in class WebResponsestring - The string to write
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||