org.apache.wicket.extensions.ajax.markup.html.form.upload
Class UploadWebRequest
java.lang.Object
org.apache.wicket.Request
org.apache.wicket.protocol.http.WebRequest
org.apache.wicket.protocol.http.servlet.ServletWebRequest
org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest
public class UploadWebRequest
- extends 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 org.apache.wicket.protocol.http.servlet.ServletWebRequest |
getDepthRelativeToWicketHandler, getHttpServletRequest, getLocale, getParameter, getParameterMap, getParameters, getPath, getRelativePathPrefixToContextRoot, getRelativePathPrefixToWicketHandler, getServletPath, getURL, isAjax, mergeVersion, setWicketRedirectUrl, toString |
| 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 WebRequest newMultipartWebRequest(Bytes maxsize)
- Overrides:
newMultipartWebRequest in class ServletWebRequest
- See Also:
WebRequest.newMultipartWebRequest(org.apache.wicket.util.lang.Bytes)
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.