org.apache.struts.action
クラス ActionFormBean

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

public class ActionFormBean
extends FormBeanConfig

ActionFormBeanはStrutsの設定ファイル内の <form-bean>要素からロードされるフォームBeanの定義です。 プロパティを追加するために、必要に応じてサブクラスを作成することができます。

Since Struts 1.1 から ActionFormBeanFormBeanConfig を継承しています。

注意 - このクラスは既存アプリケーションの公開APIとして利用される場合を除いて、 非推奨です(org.apache.struts.config.FormBeanConfigを使用してください)。

バージョン:
$Revision: 1.5 $ $Date: 2005/03/31 17:02:57 $
関連項目:
直列化された形式
翻訳者:
横田 健彦, 芦沢 嘉典
校正者:
高橋 達男

フィールドの概要
 
クラス 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
 

コンストラクタの詳細

ActionFormBean

public ActionFormBean()

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


ActionFormBean

public ActionFormBean(java.lang.String name,
                      java.lang.String type)

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

パラメータ:
name - フォームBeanの名前
type - 完全修飾クラス名


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