Uses of Package
org.apache.struts.extras.actions

Package
Description
The actions package provides special adapters between the incoming HTTP request and the corresponding business logic.
  • Class
    Description
    Action helper class that dispatches to a public method in an Action.
    BaseAction is provided as an intermediate class for shared funtionality between Action and any stock implementation provided in this package.
    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.
    The information on a file, or other stream, to be downloaded by the DownloadAction.