All Classes and Interfaces
Class
Description
Action helper class that dispatches to a public method in an
Action.
BaseAction is provided as an intermediate class for shared funtionality
between
Action
and any stock implementation provided in this
package.An implementation of
PlugIn
which can be configured to
instantiate a graph of objects using the Commons Digester and place the
root object of that graph into the Application context.An abstract Action that dispatches to a public method
that is named by the request parameter whose name is specified by the
parameter
property of the corresponding ActionMapping.This is an abstract base class that minimizes the amount of special coding
that needs to be written to download a file.
A concrete implementation of the
StreamInfo
interface
which simplifies the downloading of a file from the disk.A concrete implementation of the
StreamInfo
interface
which simplifies the downloading of a web application resource.The information on a file, or other stream, to be downloaded by the
DownloadAction
.This class extends DynaValidatorForm and provides basic
field validation based on an XML file.
An Action helper class that dispatches to to one of the public methods
that are named in the
parameter
attribute of the corresponding
ActionMapping and matches a submission parameter.An Action that dispatches to to one of the public methods
that are named in the
parameter
attribute of the corresponding
ActionMapping and matches a submission parameter.An Action that forwards to the context-relative URI
specified by the
parameter
property of our associated
ActionMapping
.An Action that includes the context-relative URI
specified by the
parameter
property of our associated
ActionMapping
.Implementation of Action that changes the user's
Locale
and forwards to a page, based on request level parameters
that are set (language, country, & page). An abstract Action that dispatches to the subclass
mapped
execute
method.An abstract Action that dispatches to a public method
that is named by the
parameter
attribute of the corresponding
ActionMapping.Convenient implementation of
PlugIn
that performs as many
verification tests on the information stored in the ModuleConfig
for this module as is practical.A standard Action that switches to a new module and
then forwards control to a URI (specified in a number of possible ways)
within the new module.
This class extends ValidatorForm and provides basic
field validation based on an XML file.