wicket.extensions.ajax.markup.html.form.upload
Class UploadWebRequest
java.lang.Object
wicket.Request
wicket.protocol.http.WebRequest
wicket.protocol.http.servlet.ServletWebRequest
wicket.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 |
| 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 |
UploadWebRequest
public UploadWebRequest(javax.servlet.http.HttpServletRequest req)
- Constructor
- Parameters:
req -
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.