public class RedirectingActionForward extends ActionForward
A subclass of ActionForward that defaults the
redirect
attribute to true
.
catalog, command, extensionProcessed, inherit, module, name, path, redirect
configured
Constructor and Description |
---|
RedirectingActionForward()
Construct a new instance with default values.
|
RedirectingActionForward(String path)
Construct a new instance with the specified path.
|
checkCircularInheritance, getCatalog, getCommand, getExtends, getModule, getName, getPath, getRedirect, inheritFrom, isExtensionProcessed, processExtends, setCatalog, setCommand, setExtends, setModule, setName, setPath, setRedirect, toString
copyProperties, freeze, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
public RedirectingActionForward()
Construct a new instance with default values.
public RedirectingActionForward(String path)
Construct a new instance with the specified path.
path
- Path for this instanceCopyright © 2000–2016 Apache Software Foundation. All rights reserved.