Uses of Class
org.apache.struts.action.ActionMapping

Packages that use ActionMapping
Package
Description
The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model.
The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file.
The actions package provides special adapters between the incoming HTTP request and the corresponding business logic.
 
 
 
The scripting package is the core of the Struts Scripting framework, which builds on Struts Action to allow Struts Actions be written with the scripting language of your choice.
The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms.
 
 
The upload package facilities to upload files using multi-part requests.
The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications.
The validator package provides a series of classes to validate ActionForm type of input.