|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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
This class encapsulates parsing functionality for RFC1867, multipart/form-data. |
|
MultipartElement
This class represents an element in a multipart request. |
|
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". |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |