The ActionMapping class represents the information that the ActionController knows about the ActionMapping of a particular request to an instance of a particular Action class. The ActionMapping is passed to the perform() method of the Action class itself, enabling access to this information directly.
An ActionMapping has the following minimal set of properties. Additional properties can be provided as needed by subclasses.
Located in /phrame/ActionMapping.php (line 24)
Object | --HashMap | --ActionMapping
Inherited from HashMap
HashMap::$_values
Create a ActionMapping with the specified values.
Get the input URI of the ActionForward.
Get the name of the ActionForward.
Get the type of the ActionForward.
Set the input URI of the ActionForward.
Set the name of the ActionForward.
Set the type of the ActionForward.
Inherited From HashMap
HashMap::HashMap()
HashMap::clear()
HashMap::containsKey()
HashMap::containsValue()
HashMap::get()
HashMap::isEmpty()
HashMap::keySet()
HashMap::put()
HashMap::putAll()
HashMap::remove()
HashMap::size()
HashMap::values()
Inherited From Object
Object::equals()
Object::toString()
Documentation generated on Wed, 05 Oct 2011 10:36:21 +0200 by phpDocumentor 1.4.1