Apache Struts API Documentation: Uses of Package org.apache.struts.actions

Apache Struts API


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
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-2005 - The Apache Software Foundation