Uses of Class
org.apache.struts.extras.actions.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
Modifier and TypeClassDescriptionclass
An abstract Action that dispatches to a public method that is named by the request parameter whose name is specified by theparameter
property of the corresponding ActionMapping.class
This is an abstract base class that minimizes the amount of special coding that needs to be written to download a file.class
An Action that dispatches to to one of the public methods that are named in theparameter
attribute of the corresponding ActionMapping and matches a submission parameter.class
An Action that forwards to the context-relative URI specified by theparameter
property of our associatedActionMapping
.class
An Action that includes the context-relative URI specified by theparameter
property of our associatedActionMapping
.final class
Implementation of Action that changes the user'sLocale
and forwards to a page, based on request level parameters that are set (language, country, & page).class
An abstract Action that dispatches to the subclass mappedexecute
method.class
An abstract Action that dispatches to a public method that is named by theparameter
attribute of the corresponding ActionMapping.class
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.