Packages |
org.apache.struts |
|
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.chain |
|
org.apache.struts.chain.commands |
|
org.apache.struts.chain.commands.generic |
|
org.apache.struts.chain.commands.servlet |
|
org.apache.struts.chain.commands.util |
|
org.apache.struts.chain.contexts |
|
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.config.impl |
|
org.apache.struts.mock |
|
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. |
org.apache.struts.validator |
The validator package provides a series of classes to validate
ActionForm type of input. |
org.apache.struts.validator.validwhen |
|