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.mock |
Mock objects of the Struts Framework.
|
org.apache.struts.upload |
The upload package facilities to upload files using
multi-part requests.
|
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 |
---|
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–2017 Apache Software Foundation. All rights reserved.