org.apache.struts.action
Class ForwardingActionForward

java.lang.Object
  |
  +--org.apache.struts.action.ActionForward
        |
        +--org.apache.struts.action.ForwardingActionForward
All Implemented Interfaces:
java.io.Serializable

public class ForwardingActionForward
extends ActionForward

A subclass of ActionForward that defaults the redirect attribute to false.

Version:
$Revision: 1.1 $ $Date$
Author:
Craig R. McClanahan
See Also:
Serialized Form

Fields inherited from class org.apache.struts.action.ActionForward
name, path, redirect
 
Constructor Summary
ForwardingActionForward()
          Construct a new instance with default values.
ForwardingActionForward(java.lang.String path)
          Construct a new instance with the specified path.
 
Methods inherited from class org.apache.struts.action.ActionForward
getName, getPath, getRedirect, setName, setPath, setRedirect, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ForwardingActionForward

public ForwardingActionForward()
Construct a new instance with default values.

ForwardingActionForward

public ForwardingActionForward(java.lang.String path)
Construct a new instance with the specified path.
Parameters:
path - Path for this instance


Copyright © 2000-2001 - Apache Software Foundation