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の定義です。 プロパティを追加するために、必要に応じてサブクラスを作成することができます。

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 から ActionFormBeanFormBeanConfig を継承しています。

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.

バージョン:
$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()

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

Construct an instance with default vaslues.


ActionFormBean

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

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

Construct an instance with the specified values.

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


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