org.apache.struts.action
Class ForwardingActionForward
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
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
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 |
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.