|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.struts.actions | |
---|---|
org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
org.apache.struts.apps.mailreader.actions | |
org.apache.struts.webapp.dispatch |
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 . |
Classes in org.apache.struts.actions used by org.apache.struts.apps.mailreader.actions | |
---|---|
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. |
|
MappingDispatchAction
An abstract Action that dispatches to a public method that is named by the parameter attribute of the corresponding
ActionMapping. |
Classes in org.apache.struts.actions used by org.apache.struts.webapp.dispatch | |
---|---|
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. |
|
EventDispatchAction
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. |
|
LookupDispatchAction
An abstract Action that dispatches to the subclass mapped execute method. |
|
MappingDispatchAction
An abstract Action that dispatches to a public method that is named by the parameter attribute of the corresponding
ActionMapping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |