org.apache.struts.action
Class ForwardingActionForward

java.lang.Object
  extended by org.apache.struts.config.BaseConfig
      extended by org.apache.struts.config.ForwardConfig
          extended by org.apache.struts.action.ActionForward
              extended by org.apache.struts.action.ForwardingActionForward
All Implemented Interfaces:
Serializable

public class ForwardingActionForward
extends ActionForward

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

Version:
$Rev: 471754 $ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.ForwardConfig
catalog, command, extensionProcessed, inherit, module, name, path, redirect
 
Fields inherited from class org.apache.struts.config.BaseConfig
configured
 
Constructor Summary
ForwardingActionForward()
          Construct a new instance with default values.
ForwardingActionForward(String path)
          Construct a new instance with the specified path.
 
Method Summary
 
Methods inherited from class org.apache.struts.config.ForwardConfig
checkCircularInheritance, getCatalog, getCommand, getExtends, getModule, getName, getPath, getRedirect, inheritFrom, isExtensionProcessed, processExtends, setCatalog, setCommand, setExtends, setModule, setName, setPath, setRedirect, toString
 
Methods inherited from class org.apache.struts.config.BaseConfig
copyProperties, freeze, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForwardingActionForward

public ForwardingActionForward()

Construct a new instance with default values.


ForwardingActionForward

public ForwardingActionForward(String path)

Construct a new instance with the specified path.

Parameters:
path - Path for this instance


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.