Package | Description |
---|---|
org.apache.struts.actions |
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
|
Class and Description |
---|
ActionDispatcher
Action helper class that dispatches to a public method in an Action.
|
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 . |
Copyright ? 2000-2014 - The Apache Software Foundation