org.apache.struts.action
Class RedirectingActionForward

java.lang.Object
  extended byorg.apache.struts.config.ForwardConfig
      extended byorg.apache.struts.action.ActionForward
          extended byorg.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:
$Revision: 1.8 $ $Date: 2004/03/14 06:23:42 $
See Also:
Serialized Form

Field Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


Copyright ? 2000-2006 - The Apache Software Foundation