|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.action.ActionFormBeans
内部実装を隠蔽して ActionFormBeanオブジェクトを管理したり検索したりできるように、 ActionFormBeanオブジェクトのコレクションをカプセル化します。
| フィールドの概要 | |
protected FastHashMap |
formBeans
名前をキーとする、ActionFormBeanのインスタンスのコレクションです。 |
| コンストラクタの概要 | |
ActionFormBeans()
|
|
| メソッドの概要 | |
void |
addFormBean(ActionFormBean formBean)
このServletのために設定されている集合にフォームBeanを登録します。 |
ActionFormBean |
findFormBean(java.lang.String name)
指定された論理名に関連づけられているフォームBeanを返します。 |
java.lang.String[] |
findFormBeans()
このコレクション中に定義されているフォームBeanの名前の集合を返します。 |
boolean |
getFast()
"fast"モードのフラグを返します。 |
void |
removeFormBean(ActionFormBean formBean)
このServletのために設定されている集合からフォームBeanの登録を抹消します。 |
void |
setFast(boolean fast)
"fast"モードのフラグを設定します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected FastHashMap formBeans
| コンストラクタの詳細 |
public ActionFormBeans()
| メソッドの詳細 |
public boolean getFast()
public void setFast(boolean fast)
fast - The new fast mode flagpublic void addFormBean(ActionFormBean formBean)
formBean - 追加するフォームBeanpublic ActionFormBean findFormBean(java.lang.String name)
nullを返します。
name - 取得したいフォームBeanの論理名。public java.lang.String[] findFormBeans()
public void removeFormBean(ActionFormBean formBean)
formBean - 登録を抹消するフォームBean
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||