Uses of Class
wicket.protocol.http.WebRequest

Packages that use WebRequest
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
 

Uses of WebRequest in wicket.protocol.http
 

Subclasses of WebRequest in wicket.protocol.http
 class WebRequestWithCryptedUrl
          Deprecated. since 1.2 Please see wicket.protocol.http.request.CryptedUrlwebRequestCodingStrategy
 

Methods in wicket.protocol.http that return WebRequest
 WebRequest WebRequestCycle.getWebRequest()
           
 WebRequest MockWebApplication.getWicketRequest()
          Get the wicket request object.
abstract  WebRequest WebRequest.newMultipartWebRequest(Bytes maxSize)
          Create a runtime context type specific (e.g.
protected  WebRequest WebApplication.newWebRequest(javax.servlet.http.HttpServletRequest servletRequest)
          Create a new WebRequest.
protected  WebRequest AbstractHttpSessionStore.toWebRequest(Request request)
          Cast Request to WebRequest.
 

Methods in wicket.protocol.http with parameters of type WebRequest
protected  javax.servlet.http.HttpSession AbstractHttpSessionStore.getHttpSession(WebRequest request)
          Gets the underlying HttpSession object or null.
 java.lang.String WebApplication.getSessionAttributePrefix(WebRequest request)
          Gets the prefix for storing variables in the actual session (typically HttpSession for this application instance.
 

Constructors in wicket.protocol.http with parameters of type WebRequest
WebRequestCycle(WebSession session, WebRequest request, Response response)
          Constructor which simply passes arguments to superclass for storage there.
 

Uses of WebRequest in wicket.protocol.http.servlet
 

Subclasses of WebRequest in wicket.protocol.http.servlet
 class MultipartServletWebRequest
          Servlet specific WebRequest subclass for multipart content uploads.
 class ServletWebRequest
          A Servlet specific WebRequest implementation wrapping a HttpServletRequest
 

Methods in wicket.protocol.http.servlet that return WebRequest
 WebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxsize)
           
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.