|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.config.BaseConfig org.apache.struts.config.ForwardConfig org.apache.struts.action.ActionForward org.apache.struts.action.ForwardingActionForward
public class ForwardingActionForward
A subclass of ActionForward
that defaults the
redirect
attribute to false
.
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(java.lang.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 |
---|
public ForwardingActionForward()
Construct a new instance with default values.
public ForwardingActionForward(java.lang.String path)
Construct a new instance with the specified path.
path
- Path for this instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |