Uses of Interface
org.apache.struts2.dispatcher.multipart.MultiPartRequest

Packages that use MultiPartRequest
org.apache.struts2.dispatcher.multipart Classes to help dispatch multipart HTTP requests. 
 

Uses of MultiPartRequest in org.apache.struts2.dispatcher.multipart
 

Classes in org.apache.struts2.dispatcher.multipart that implement MultiPartRequest
 class JakartaMultiPartRequest
          Multipart form data request adapter for Jakarta Commons Fileupload package.
 

Fields in org.apache.struts2.dispatcher.multipart declared as MultiPartRequest
(package private)  MultiPartRequest MultiPartRequestWrapper.multi
           
 

Constructors in org.apache.struts2.dispatcher.multipart with parameters of type MultiPartRequest
MultiPartRequestWrapper(MultiPartRequest multiPartRequest, HttpServletRequest request, String saveDir)
          Process file downloads and log any errors.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.