org.apache.struts.action

Class ForwardingActionForward

Implemented Interfaces:
Serializable

public class ForwardingActionForward
extends ActionForward

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

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

ForwardingActionForward()
Construct a new instance with default values.
ForwardingActionForward(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

ForwardingActionForward

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


ForwardingActionForward

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

Parameters:
path - Path for this instance


Copyright B) 2000-2005 - Apache Software Foundation