|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.action Class RedirectingActionForward
java.lang.Object | +--org.apache.struts.config.ForwardConfig | +--org.apache.struts.action.ActionForward | +--org.apache.struts.action.RedirectingActionForward
- All Implemented Interfaces:
- java.io.Serializable
- public class RedirectingActionForward
- extends ActionForward
A subclass of ActionForward that defaults the
redirect
attribute to true
.
- Version:
- $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.config.ForwardConfig |
configured, contextRelative, module, name, path, redirect |
Constructor Summary | |
RedirectingActionForward()
Construct a new instance with default values. |
|
RedirectingActionForward(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 |
|
Constructor Detail |
RedirectingActionForward
public RedirectingActionForward()
Construct a new instance with default values.
RedirectingActionForward
public RedirectingActionForward(java.lang.String path)
Construct a new instance with the specified path.
- Parameters:
path
- Path for this instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000-2005 - The Apache Software Foundation