org.apache.struts.action

Class ForwardingActionForward

public class ForwardingActionForward extends ActionForward

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

Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $

Constructor Summary
ForwardingActionForward()

Construct a new instance with default values.

ForwardingActionForward(String path)

Construct a new instance with the specified path.

Constructor Detail

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-2009 - The Apache Software Foundation