Classes in org.apache.struts.actions used by org.apache.struts.actions |
ActionDispatcher
Action helper class that dispatches to a public method in an
Action. |
BaseAction
BaseAction is provided as an intermediate class for shared funtionality
between Action and any stock implementation provided in this
package. |
DispatchAction
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. |
DownloadAction.StreamInfo
The information on a file, or other stream, to be downloaded by the
DownloadAction . |