|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.apache.commons.validator.ValidatorResult
このクラスは JavaBean に対して行われた妥当性チェック(のセット)の処理結果を保持します。
| 入れ子クラスの概要 | |
protected class |
ValidatorResult.ResultStatus
Contains the status of the validation. |
| フィールドの概要 | |
protected Field |
field
Field being validated. |
protected Map |
hAction
Map of results. |
| コンストラクタの概要 | |
ValidatorResult(Field field)
Constructs a ValidatorResult
with the associated field being validated. |
|
| メソッドの概要 | |
void |
add(String validatorName,
boolean result)
Add the result of a validator action. |
void |
add(String validatorName,
boolean result,
Object value)
Add the result of a validator action. |
boolean |
containsAction(String validatorName)
|
Map |
getActionMap()
|
boolean |
isValid(String validatorName)
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected Map hAction
ValidatorAction
and the value is whether or not
this field passed or not.
protected Field field
Field being validated.
| コンストラクタの詳細 |
public ValidatorResult(Field field)
ValidatorResult
with the associated field being validated.
| メソッドの詳細 |
public void add(String validatorName,
boolean result)
public void add(String validatorName,
boolean result,
Object value)
public boolean containsAction(String validatorName)
public boolean isValid(String validatorName)
public Map getActionMap()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||