|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.config.FormBeanConfig
org.apache.struts.action.ActionFormBean
ActionFormBeanはStrutsの設定ファイル内の
<form-bean>要素からロードされるフォームBeanの定義です。
プロパティを追加するために、必要に応じてサブクラスを作成することができます。
Since Struts 1.1 から ActionFormBean は FormBeanConfig を継承しています。
注意 - このクラスは既存アプリケーションの公開APIとして利用される場合を除いて、
非推奨です(org.apache.struts.config.FormBeanConfigを使用してください)。
| フィールドの概要 |
| クラス org.apache.struts.config.FormBeanConfig から継承したフィールド |
configured, dynaActionFormClass, dynamic, formProperties, lock, name, restricted, type |
| コンストラクタの概要 | |
ActionFormBean()
デフォルト値でインスタンスを生成します。 |
|
ActionFormBean(java.lang.String name,
java.lang.String type)
指定された値でインスタンスを生成します。 |
|
| クラス org.apache.struts.config.FormBeanConfig から継承したメソッド |
addFormPropertyConfig, createActionForm, findFormPropertyConfig, findFormPropertyConfigs, formBeanClass, freeze, getDynaActionFormClass, getDynamic, getName, getType, isRestricted, removeFormPropertyConfig, setDynamic, setName, setRestricted, setType, toString |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public ActionFormBean()
デフォルト値でインスタンスを生成します。
public ActionFormBean(java.lang.String name,
java.lang.String type)
指定された値でインスタンスを生成します。
name - フォームBeanの名前
type - 完全修飾クラス名
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||