| Package | Description |
|---|---|
| org.apache.wicket.protocol.http.servlet |
Java Servlet specific implementation of Wicket http classes.
|
| Modifier and Type | Method and Description |
|---|---|
static UploadInfo |
MultipartServletWebRequestImpl.getUploadInfo(javax.servlet.http.HttpServletRequest req,
String upload)
Retrieves
UploadInfo from session, null if not found. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MultipartServletWebRequestImpl.setUploadInfo(javax.servlet.http.HttpServletRequest req,
String upload,
UploadInfo uploadInfo)
Sets the
UploadInfo object into session. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.