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

Packages that use WebRequest
org.apache.wicket.markup.html Base package of HTML markup. 
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.http   
 

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

Methods in org.apache.wicket.markup.html that return WebRequest
 WebRequest WebMarkupContainer.getWebRequest()
           
 

Uses of WebRequest in org.apache.wicket.mock
 

Subclasses of WebRequest in org.apache.wicket.mock
 class MockWebRequest
          Mutable mock WebRequest.
 

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

Methods in org.apache.wicket.protocol.http that return WebRequest
protected  WebRequest WebApplication.newWebRequest(javax.servlet.http.HttpServletRequest servletRequest, String filterPath)
          Create a new WebRequest.
 

Methods in org.apache.wicket.protocol.http with parameters of type WebRequest
 String WebApplication.getSessionAttributePrefix(WebRequest request, String filterName)
          Gets the prefix for storing variables in the actual session (typically HttpSession for this application instance.
protected  WebResponse WebApplication.newWebResponse(WebRequest webRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
          Creates a WebResponse.
 

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

Subclasses of WebRequest in org.apache.wicket.protocol.http.servlet
 class MultipartServletWebRequest
          Servlet specific WebRequest subclass for multipart content uploads.
 class MultipartServletWebRequestImpl
          Servlet specific WebRequest subclass for multipart content uploads.
 class ServletWebRequest
          WebRequest subclass that wraps a HttpServletRequest object.
 

Uses of WebRequest in org.apache.wicket.request.http
 

Methods in org.apache.wicket.request.http that return WebRequest
 WebRequest WebRequest.cloneWithUrl(Url url)
          Returns request with specified URL and same POST parameters as this request.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.