Uses of Package
org.apache.struts.upload

Packages that use org.apache.struts.upload
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.mock Mock objects of the Struts Framework. 
org.apache.struts.upload The upload package facilities to upload files using multi-part requests. 
 

Classes in org.apache.struts.upload used by org.apache.struts.action
MultipartRequestHandler
           MultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
 

Classes in org.apache.struts.upload used by org.apache.struts.config
MultipartRequestWrapper
           This class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests.
 

Classes in org.apache.struts.upload used by org.apache.struts.mock
MultipartRequestHandler
           MultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
 

Classes in org.apache.struts.upload used by org.apache.struts.upload
MultipartRequestHandler
           MultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
 



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