org.apache.struts.action

Class RedirectingActionForward

Implemented Interfaces:
Serializable

public class RedirectingActionForward
extends ActionForward

A subclass of ActionForward that defaults the redirect attribute to true.

Version:
$Revision: 1.4 $ $Date: 2003/04/15 00:18:45 $

Author:
Craig R. McClanahan

Field Summary

Fields inherited from class org.apache.struts.config.ForwardConfig

configured, contextRelative, name, path, redirect

Constructor Summary

RedirectingActionForward()
Construct a new instance with default values.
RedirectingActionForward(String path)
Construct a new instance with the specified path.

Method Summary

Methods inherited from class org.apache.struts.config.ForwardConfig

freeze, getContextRelative, getName, getPath, getRedirect, setContextRelative, setName, setPath, setRedirect, toString

Constructor Details

RedirectingActionForward

public RedirectingActionForward()
Construct a new instance with default values.


RedirectingActionForward

public RedirectingActionForward(String path)
Construct a new instance with the specified path.

Parameters:
path - Path for this instance


Copyright B) 2000-2005 - Apache Software Foundation