Package org.apache.struts.actions

The actions package provides special adapters between the incoming HTTP request and the corresponding business logic.

See:
          Description

Class Summary
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.
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.
LookupDispatchAction An abstract Action that dispatches to the subclass mapped execute method.
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.



Action Package UML

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2000-2003 - Apache Software Foundation