| org.apache.struts |
Global data for the entire Struts Framework.
|
| 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 |
Contains the new ComposableRequestProcessor
which was introduced in Struts 1.3.
|
| org.apache.struts.chain.commands |
Configurable commands that may be placed within the
request processor.
|
| org.apache.struts.chain.commands.generic |
Contains generic commands.
|
| org.apache.struts.chain.commands.servlet |
Commands which are particular to servlet processing.
|
| org.apache.struts.chain.commands.util |
Provides a variety of utilities to support
command processing.
|
| org.apache.struts.chain.contexts |
This package provides objects that encapsulate access to
the request and session-scoped resources to service
command processing.
|
| 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 |
Provides default implementation classes for the
configuration objects.
|
| org.apache.struts.dispatcher |
|
| org.apache.struts.dispatcher.servlet |
|
| 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 |
Generated classes by antlr to support the validwhen
validator.
|