Uses of Class
org.apache.wicket.request.http.WebResponse

Packages that use WebResponse
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.request.resource   
 

Uses of WebResponse in org.apache.wicket.markup.html
 

Methods in org.apache.wicket.markup.html with parameters of type WebResponse
protected  void WebPage.setHeaders(WebResponse response)
          Subclasses can override this to set there headers when the Page is being served.
 

Uses of WebResponse in org.apache.wicket.markup.transformer
 

Methods in org.apache.wicket.markup.transformer with parameters of type WebResponse
protected  BufferedWebResponse AbstractTransformerBehavior.newResponse(WebResponse originalResponse)
          Create a new response object which is used to store the markup generated by the child objects.
 

Uses of WebResponse in org.apache.wicket.mock
 

Subclasses of WebResponse in org.apache.wicket.mock
 class MockWebResponse
          Mocked WebResponse.
 

Uses of WebResponse in org.apache.wicket.protocol.http
 

Subclasses of WebResponse in org.apache.wicket.protocol.http
 class BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
 

Methods in org.apache.wicket.protocol.http that return WebResponse
protected  WebResponse WebApplication.newWebResponse(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
          Creates a WebResponse.
 

Methods in org.apache.wicket.protocol.http with parameters of type WebResponse
 void BufferedWebResponse.writeTo(WebResponse response)
          Writes the content of the buffer to the specified response.
 

Constructors in org.apache.wicket.protocol.http with parameters of type WebResponse
BufferedWebResponse(WebResponse originalResponse)
          Construct.
 

Uses of WebResponse in org.apache.wicket.protocol.http.servlet
 

Subclasses of WebResponse in org.apache.wicket.protocol.http.servlet
 class ServletWebResponse
          WebResponse that wraps a ServletWebResponse.
 

Uses of WebResponse in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource with parameters of type WebResponse
protected  void AbstractResource.configureCache(WebRequest request, WebResponse response, AbstractResource.ResourceResponse data, IResource.Attributes attributes)
          Configure the web response header for client cache control.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.