The ActionForward class represents a destination to which the
ActionController might be directed to forward or redirect to, as a result of the processing activities of an Action class. Instances of this class may be created dynamically as necessary, or configured in association with an ActionMapping instance for named lookup of potentially multiple destinations for a particular ActionMapping instance.
An ActionForward has the following minimal set of properties. Additional properties can be provided as needed by subclasses.
Located in /phrame/ActionForward.php (line 24)
Object | --ActionForward
Create an ActionForward with the specified values.
Obtiene un valor en la coleccion
Get the name of the ActionForward.
Get the path of the ActionForward.
Get the redirect flag of the ActionForward.
Fija un valor en la coleccion
Set the name of the ActionForward.
Set the path of the ActionForward.
Set the redirect flag of the ActionForward.
Inherited From Object
Object::equals()
Object::toString()
Documentation generated on Wed, 05 Oct 2011 10:36:21 +0200 by phpDocumentor 1.4.1