Package org.apache.struts.actions

Class Summary
AddFormBeanAction A standard Action that calls the addFormBean() method of our controller servlet to add a new action form definition dynamically.
AddForwardAction A standard Action that calls the addForward() method of our controller servlet to add a new action forward definition dynamically.
AddMappingAction A standard Action that calls the addMapping() method of our controller servlet to add a new action mapping definition dynamically.
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.
ForwardAction An Action that forwards to the context-relative URI specified by the parameter property of our associated ActionMapping.
IncludeAction An Action that includes the context-relative URI specified by the parameter property of our associated ActionMapping.
ReloadAction A standard Action that calls the reload() method of our controller servlet to reload its configuration information from the configuration files (which have presumably been updated) dynamically.
RemoveFormBeanAction A standard Action that calls the removeFormBean() method of our controller servlet to remove an action form definition dynamically.
RemoveForwardAction A standard Action that calls the removeForward() method of our controller servlet to remove an action forward definition dynamically.
RemoveMappingAction A standard Action that calls the removeMapping() method of our controller servlet to remove an action mapping definition dynamically.
 



Copyright © 2000-2001 - Apache Software Foundation