|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
org.apache.struts.action.ForwardingActionForward
ActionForwardのサブクラスです。
redirectの属性をfalseにデフォルト設定します。
A subclass of ActionForward that defaults the
redirect attribute to false.
| フィールドの概要 |
| クラス 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 |
| コンストラクタの詳細 |
public ForwardingActionForward()
デフォルト値でインスタンスを生成します。
Construct a new instance with default values.
public ForwardingActionForward(java.lang.String path)
pathで指定された値でインスタンスを生成します。
Construct a new instance with the specified path.
path - このインスタンスへのパス
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||