org.apache.struts.action
クラス ForwardingActionForward

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

public class ForwardingActionForward
extends ActionForward

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

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

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

フィールドの概要
 
クラス org.apache.struts.config.ForwardConfig から継承したフィールド
configured, contextRelative, module, name, path, redirect
 
コンストラクタの概要
ForwardingActionForward()
          デフォルト値でインスタンスを生成します。
ForwardingActionForward(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
 

コンストラクタの詳細

ForwardingActionForward

public ForwardingActionForward()

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

Construct a new instance with default values.


ForwardingActionForward

public ForwardingActionForward(java.lang.String path)

pathで指定された値でインスタンスを生成します。

Construct a new instance with the specified path.

パラメータ:
path - このインスタンスへのパス
path Path for this instance


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