wicket.extensions.ajax.markup.html.form.upload
Class UploadWebRequest

java.lang.Object
  extended bywicket.Request
      extended bywicket.protocol.http.WebRequest
          extended bywicket.protocol.http.servlet.ServletWebRequest
              extended bywicket.extensions.ajax.markup.html.form.upload.UploadWebRequest

public class UploadWebRequest
extends wicket.protocol.http.servlet.ServletWebRequest

A request object that stores information about the current upload in session so it is accessible to the UploadProgressBar.

This request object is necessary for the UploadProgressBar to function properly. It is installed like so: class MyApplication extends WebApplication { ...

Author:
Igor Vaynberg (ivaynberg)

Constructor Summary
UploadWebRequest(javax.servlet.http.HttpServletRequest req)
          Constructor
 
Method Summary
 wicket.protocol.http.WebRequest newMultipartWebRequest(wicket.util.lang.Bytes maxsize)
           
 
Methods inherited from class wicket.protocol.http.servlet.ServletWebRequest
getContextPath, getHttpServletRequest, getLocale, getParameter, getParameterMap, getParameters, getPath, getRelativeURL, getServletPath, isAjax, toString
 
Methods inherited from class wicket.protocol.http.WebRequest
getCookies, getURL
 
Methods inherited from class wicket.Request
decodeURL, getPage, getRequestParameters, setPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UploadWebRequest

public UploadWebRequest(javax.servlet.http.HttpServletRequest req)
Constructor

Parameters:
req -
Method Detail

newMultipartWebRequest

public wicket.protocol.http.WebRequest newMultipartWebRequest(wicket.util.lang.Bytes maxsize)
See Also:
WebRequest.newMultipartWebRequest(wicket.util.lang.Bytes)


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