org.apache.struts.action
クラス RedirectingActionForward

java.lang.Object
  |
  +--org.apache.struts.action.ActionForward
        |
        +--org.apache.struts.action.RedirectingActionForward
すべての実装インタフェース:
java.io.Serializable

public class RedirectingActionForward
extends ActionForward

ActionForwardのサブクラスです。 redirectの属性をtrueにデフォルト設定します。

バージョン:
$Revision: 1.2 $ $Date: 2001/02/21 00:35:46 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.struts.action.ActionForward から継承したフィールド
name, path, redirect
 
コンストラクタの概要
RedirectingActionForward()
          デフォルト値でインスタンスを生成します。
RedirectingActionForward(java.lang.String path)
          pathで指定された値でインスタンスを生成します。
 
クラス org.apache.struts.action.ActionForward から継承したメソッド
getName, getPath, getRedirect, setName, setPath, setRedirect, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

RedirectingActionForward

public RedirectingActionForward()
デフォルト値でインスタンスを生成します。


RedirectingActionForward

public RedirectingActionForward(java.lang.String path)
pathで指定された値でインスタンスを生成します。

パラメータ:
path - このインスタンスへのパスです。


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2002 - Apache Software Foundation