|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Package org.apache.struts.actions
The actions package provides special adapters between the incoming HTTP request and the corresponding business logic.See: Description
Interface Summary | |
DownloadAction.StreamInfo | The information on a file, or other stream, to be downloaded by the
DownloadAction . |
Class Summary | |
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 | This is an abstract base class that minimizes the amount of special coding that needs to be written to download a file. |
DownloadAction.FileStreamInfo | A concrete implementation of the StreamInfo interface which
simplifies the downloading of a file from the disk. |
DownloadAction.ResourceStreamInfo | A concrete implementation of the StreamInfo interface which
simplifies the downloading of a web application resource. |
ForwardAction | An Action that forwards to the context-relative
URI specified by the parameter property of our associated
ActionMapping . |
IncludeAction | An Action that includes the context-relative
URI specified by the parameter property of our associated
ActionMapping . |
LocaleAction | 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). |
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. |
RedeployableActionServlet | WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying the Webapp in development mode. |
SwitchAction | 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. |
Package org.apache.struts.actions Description
The actions package provides special adapters between the incoming HTTP request and the corresponding business logic.
Package Specification
##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation