public class ForwardingActionForward extends ActionForward
A subclass of ActionForward
that defaults the
redirect
attribute to false
.
catalog, command, extensionProcessed, inherit, module, name, path, redirect
configured
Constructor and Description |
---|
ForwardingActionForward()
Construct a new instance with default values.
|
ForwardingActionForward(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 ForwardingActionForward()
Construct a new instance with default values.
public ForwardingActionForward(String path)
Construct a new instance with the specified path.
path
- Path for this instanceCopyright © 2000–2016 Apache Software Foundation. All rights reserved.