Uses of Package
org.apache.struts.actions

Packages that use org.apache.struts.actions
org.apache.struts.actions The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. 
 

Classes in org.apache.struts.actions used by org.apache.struts.actions
ActionDispatcher
          Action helper class that dispatches to a public method in an Action.
BaseAction
          BaseAction is provided as an intermediate class for shared funtionality between Action and any stock implementation provided in this package.
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.StreamInfo
          The information on a file, or other stream, to be downloaded by the DownloadAction.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.