|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.Response
wicket.response.StringResponse
wicket.response.BufferedResponse
Holds a rendered response for future use.
ApplicationSettings.RenderStrategy| Field Summary |
| Fields inherited from class wicket.response.StringResponse |
out |
| Constructor Summary | |
BufferedResponse(java.lang.String redirectUrl)
Construct. |
|
| Method Summary | |
int |
getContentLength()
Gets the content length. |
java.lang.String |
getContentType()
Sets the content length. |
java.lang.String |
getRedirectUrl()
The url to be used to issue a client side redirect request; when a request to the url comes in, this buffered response is streamed to the browser. |
void |
setContentType(java.lang.String mimeType)
Set the content type on the response, if appropriate in the subclass. |
| Methods inherited from class wicket.response.StringResponse |
getOutputStream, toString, write |
| Methods inherited from class wicket.Response |
close, encodeURL, isRedirect, redirect, setContentLength, setLastModifiedTime, setLocale, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BufferedResponse(java.lang.String redirectUrl)
redirectUrl - The url to be used to issue a client side redirect request;
when a request to the url comes in, this buffered response is streamed to the browser.| Method Detail |
public java.lang.String getRedirectUrl()
public int getContentLength()
public java.lang.String getContentType()
public void setContentType(java.lang.String mimeType)
Response
setContentType in class ResponsemimeType - The mime typeResponse.setContentType(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||