|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.web.struts.reset.ResetterResources
public class ResetterResources
リセット用の設定情報を保持するクラス。
フォームリセット定義ファイル(reset.xml)から読み込まれた設定情報は
このクラスに格納され保持する。
個々の設定情報はActionReset
、FieldReset
のインスタンスとして保持する。
Resetter
,
ResetterPlugIn
,
ActionReset
,
FieldReset
,
ResetterResources
,
FormEx
,
DynaValidatorActionFormEx
,
ValidatorActionFormEx
フィールドの概要 | |
---|---|
private java.util.Map<java.lang.String,ActionReset> |
actionResets
アクション要素を保持する Map。 |
static java.lang.String |
RESETTER_RESOURCES_KEY
このクラスのインスタンスをサーブレットコンテキストに保存 する際のキー。 |
コンストラクタの概要 | |
---|---|
ResetterResources()
|
メソッドの概要 | |
---|---|
ActionReset |
get(java.lang.String path)
アクションパスをキーとして ActionReset インスタンスを取得する。 |
void |
setActionReset(ActionReset actionReset)
ActionReset を設定する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String RESETTER_RESOURCES_KEY
private java.util.Map<java.lang.String,ActionReset> actionResets
コンストラクタの詳細 |
---|
public ResetterResources()
メソッドの詳細 |
---|
public void setActionReset(ActionReset actionReset)
actionReset
- アクション要素の設定情報ActionReset
public ActionReset get(java.lang.String path)
path
- アクションパス
ActionReset
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |