Apache Struts API Documentation: Uses of Package org.apache.struts.upload

Apache Struts API


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.upload The upload package facilities to upload files using multi-part requests. 
org.apache.struts.util The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. 
 

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.upload
FormFile
          This interface represents a file that has been uploaded by a client.
MultipartBoundaryInputStream
          Deprecated. Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.
MultipartElement
          Deprecated. Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.
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.util
MultipartRequestHandler
          MultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
 



Copyright © 2000-2005 - The Apache Software Foundation