|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.config.FormBeanConfig
org.apache.struts.action.ActionFormBean
ActionFormBeanはStrutsの設定ファイル内の
<form-bean>要素からロードされるフォームBeanの定義です。
プロパティを追加するために、必要に応じてサブクラスを作成することができます。
An ActionFormBean is the definition of a form bean that
is loaded from a <form-bean> element in the Struts
configuration file. It can be subclassed as necessary to add additional
properties.
Since Struts 1.1 から ActionFormBean は FormBeanConfig を継承しています。
Since Struts 1.1 ActionFormBean extends FormBeanConfig.
注意 - このクラスは既存アプリケーションの公開APIとして利用される場合を除いて、
非推奨です(org.apache.struts.config.FormBeanConfigを使用してください)。
NOTE - This class would have been deprecated and
replaced by org.apache.struts.config.FormBeanConfig except
for the fact that it is part of the public API that existing applications
are using.
| フィールドの概要 |
| クラス 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()
デフォルト値でインスタンスを生成します。
Construct an instance with default vaslues.
public ActionFormBean(java.lang.String name,
java.lang.String type)
指定された値でインスタンスを生成します。
Construct an instance with the specified values.
name - フォームBeanの名前
type - 完全修飾クラス名
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||