Package | Description |
---|---|
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.
|
Class and Description |
---|
MultipartRequestHandler
MultipartRequestHandler provides an standard interface for struts to
deal with file uploads from forms with enctypes of "multipart/form-data".
|
Class and Description |
---|
MultipartRequestWrapper
This class functions as a wrapper around HttpServletRequest to
provide working getParameter methods for multipart requests.
|
Class and Description |
---|
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".
|
Class and Description |
---|
MultipartRequestHandler
MultipartRequestHandler provides an standard interface for struts to
deal with file uploads from forms with enctypes of "multipart/form-data".
|
Copyright ? 2000-2014 - The Apache Software Foundation