Simple class that holds the action mapping information used to invoke a
Struts action. The name and namespace are required, but the params map
is optional, and as such may be null. If a params map is supplied,
it must be a mutable map, such as a HashMap.