Uses of Class
org.apache.wicket.protocol.http.servlet.UploadInfo

Packages that use UploadInfo
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
 

Uses of UploadInfo in org.apache.wicket.protocol.http.servlet
 

Methods in org.apache.wicket.protocol.http.servlet that return UploadInfo
static UploadInfo MultipartServletWebRequestImpl.getUploadInfo(javax.servlet.http.HttpServletRequest req, java.lang.String upload)
          Retrieves UploadInfo from session, null if not found.
 

Methods in org.apache.wicket.protocol.http.servlet with parameters of type UploadInfo
static void MultipartServletWebRequestImpl.setUploadInfo(javax.servlet.http.HttpServletRequest req, java.lang.String upload, UploadInfo uploadInfo)
          Sets the UploadInfo object into session.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.