Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.struts.action
Class ForwardingActionForward  view ForwardingActionForward download ForwardingActionForward.java

java.lang.Object
  extended byorg.apache.struts.config.ForwardConfig
      extended byorg.apache.struts.action.ActionForward
          extended byorg.apache.struts.action.ForwardingActionForward
All Implemented Interfaces:
java.io.Serializable

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) $

Field Summary
 
Fields inherited from class org.apache.struts.config.ForwardConfig
configured, contextRelative, module, name, path, redirect
 
Constructor Summary
ForwardingActionForward()
          Construct a new instance with default values.
ForwardingActionForward(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

ForwardingActionForward

public ForwardingActionForward()

Construct a new instance with default values.


ForwardingActionForward

public ForwardingActionForward(java.lang.String path)

Construct a new instance with the specified path.