jp.terasoluna.fw.web.struts.reset
クラス ResetterResources
java.lang.Object
jp.terasoluna.fw.web.struts.reset.ResetterResources
public class ResetterResources
- extends Object
リセット用の設定情報を保持するクラス。
フォームリセット定義ファイル(reset.xml)から読み込まれた設定情報は
このクラスに格納され保持する。
個々の設定情報はActionReset
、FieldReset
のインスタンスとして保持する。
- 関連項目:
Resetter
,
ResetterPlugIn
,
ActionReset
,
FieldReset
,
ResetterResources
,
FormEx
,
DynaValidatorActionFormEx
,
ValidatorActionFormEx
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESETTER_RESOURCES_KEY
public static final String RESETTER_RESOURCES_KEY
- このクラスのインスタンスをサーブレットコンテキストに保存
する際のキー。
- 関連項目:
- 定数フィールド値
ResetterResources
public ResetterResources()
setActionReset
public void setActionReset(ActionReset actionReset)
- ActionReset を設定する。
- パラメータ:
actionReset
- アクション要素の設定情報- 関連項目:
ActionReset
get
public ActionReset get(String path)
- アクションパスをキーとして ActionReset
インスタンスを取得する。
- パラメータ:
path
- アクションパス
- 戻り値:
- 引数のパスと紐づいたアクション要素
- 関連項目:
ActionReset
Copyright © 2012. All Rights Reserved.