|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebResponse | |
|---|---|
| wicket.markup.html | Base package of HTML markup. |
| wicket.protocol.http | HTTP implementation. |
| Uses of WebResponse in wicket.markup.html |
|---|
| Methods in wicket.markup.html with parameters of type WebResponse | |
|---|---|
protected void |
WebResource.setHeaders(WebResponse response)
Subclasses can override this to set there headers when the resource is being served. |
protected void |
CompressedPackageResource.setHeaders(WebResponse response)
|
| Uses of WebResponse in wicket.protocol.http |
|---|
| Subclasses of WebResponse in wicket.protocol.http | |
|---|---|
class |
BufferedWebResponse
Subclass of WebResponse which buffers output and any redirection. |
class |
WebResponseWithCryptedUrl
Deprecated. since 1.2 Please see wicket.protocol.http.request.CryptedUrlwebRequestCodingStrategy |
| Methods in wicket.protocol.http that return WebResponse | |
|---|---|
WebResponse |
WebRequestCycle.getWebResponse()
|
WebResponse |
MockWebApplication.getWicketResponse()
Get the wicket response object. |
protected WebResponse |
WebApplication.newWebResponse(javax.servlet.http.HttpServletResponse servletResponse)
Create a WebResponse. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||