|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
org.apache.struts.action.ForwardingActionForward
A subclass of ActionForward
that defaults the
redirect
attribute to false
.
Field Summary |
Fields inherited from class org.apache.struts.config.ForwardConfig |
configured, contextRelative, module, name, path, redirect |
Constructor Summary | |
ForwardingActionForward()
Construct a new instance with default values. |
|
ForwardingActionForward(java.lang.String path)
Construct a new instance with the specified path. |
Methods inherited from class org.apache.struts.config.ForwardConfig |
freeze, getContextRelative, getModule, getName, getPath, getRedirect, setContextRelative, setModule, setName, setPath, setRedirect, toString |
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 |