Maps a request URL to the Struts2 action.
The action mappings are the basic "unit-of-work" in the framework. Essentially, the action maps an identifier to a handler class. When a request matches the action's name, the framework uses the mapping to determine how to process the request.
Find more about Action Mappings on the docs page.