Package org.apache.struts.action
Class RedirectingActionForward
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
org.apache.struts.action.RedirectingActionForward
- All Implemented Interfaces:
Serializable
A subclass of ActionForward that defaults the
redirect
attribute to true
.
- Version:
- $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
- See Also:
-
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
ConstructorDescriptionConstruct a new instance with default values.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
-
Constructor Details
-
RedirectingActionForward
public RedirectingActionForward()Construct a new instance with default values.
-
RedirectingActionForward
Construct a new instance with the specified path.
- Parameters:
path
- Path for this instance
-