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

Apache Struts API


Uses of Class
org.apache.struts.actions.DispatchAction

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

Uses of DispatchAction in org.apache.struts.actions
 

Subclasses of DispatchAction in org.apache.struts.actions
 class LookupDispatchAction
           An abstract Action that dispatches to the subclass mapped execute method.
 class MappingDispatchAction
          An abstract Action that dispatches to a public method that is named by the parameter attribute of the corresponding ActionMapping.
 



Copyright © 2000-2005 - The Apache Software Foundation