org.apache.struts.action
クラス RedirectingActionForward

java.lang.Object
  拡張org.apache.struts.config.ForwardConfig
      拡張org.apache.struts.action.ActionForward
          拡張org.apache.struts.action.RedirectingActionForward
すべての実装インタフェース:
java.io.Serializable

public class RedirectingActionForward
extends ActionForward

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

バージョン:
$Revision: 1.4 $ $Date: 2005/01/23 05:09:16 $
関連項目:
直列化された形式
翻訳者:
田中 良浩, 芦沢 嘉典
校正者:

フィールドの概要
 
クラス org.apache.struts.config.ForwardConfig から継承したフィールド
configured, contextRelative, module, name, path, redirect
 
コンストラクタの概要
RedirectingActionForward()
          デフォルト値でインスタンスを生成します。
RedirectingActionForward(java.lang.String path)
          pathで指定された値でインスタンスを生成します。
 
クラス org.apache.struts.config.ForwardConfig から継承したメソッド
freeze, getContextRelative, getModule, getName, getPath, getRedirect, setContextRelative, setModule, 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-2004 - Apache Software Foundation