Uses of Class
org.apache.struts.extras.actions.BaseAction
Packages that use BaseAction
Package
Description
 The actions package provides special adapters between the incoming HTTP
     request and the corresponding business logic.
- 
Uses of BaseAction in org.apache.struts.extras.actions
Subclasses of BaseAction in org.apache.struts.extras.actionsModifier and TypeClassDescriptionclassAn abstract Action that dispatches to a public method that is named by the request parameter whose name is specified by theparameterproperty of the corresponding ActionMapping.classThis is an abstract base class that minimizes the amount of special coding that needs to be written to download a file.classAn Action that dispatches to to one of the public methods that are named in theparameterattribute of the corresponding ActionMapping and matches a submission parameter.classAn Action that forwards to the context-relative URI specified by theparameterproperty of our associatedActionMapping.classAn Action that includes the context-relative URI specified by theparameterproperty of our associatedActionMapping.final classImplementation of Action that changes the user'sLocaleand forwards to a page, based on request level parameters that are set (language, country, & page).classAn abstract Action that dispatches to the subclass mappedexecutemethod.classAn abstract Action that dispatches to a public method that is named by theparameterattribute of the corresponding ActionMapping.classA 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.