- valid - クラス の変数ValidateResult
-
入力チェック結果.
- VALID_AMEX - クラス のstatic変数CheckCreditCardTest
-
- VALID_DINERS - クラス のstatic変数CheckCreditCardTest
-
- VALID_DISCOVER - クラス のstatic変数CheckCreditCardTest
-
- VALID_MASTERCARD - クラス のstatic変数CheckCreditCardTest
-
- VALID_SHORT_VISA - クラス のstatic変数CheckCreditCardTest
-
- VALID_VISA - クラス のstatic変数CheckCreditCardTest
-
- validate(T) - クラス のメソッドAbstractValidator
-
単一Beanに対してバリデーションを実行します.
- validate(List<T>) - クラス のメソッドAbstractValidator
-
リストBeanに対してバリデーションを実行します.
- validate(T[]) - クラス のメソッドAbstractValidator
-
配列Beanに対してバリデーションを実行します.
- validate(Annotation, String, Object) - インタフェース のメソッドIValidator
-
バリデーションを実行します.
- validate(Annotation, String, Object) - クラス のメソッドValidateByte
-
Checks if the field can safely be converted to a byte primitive.
- validate(Annotation, String, Object) - クラス のメソッドValidateCreditCard
-
Checks if the field is a valid credit card number.
- validate(Annotation, String, Object) - クラス のメソッドValidateDate
-
Checks if the field is a valid date.
- validate(Annotation, String, Object) - クラス のメソッドValidateDouble
-
Checks if the field can safely be converted to a double primitive.
- validate(Annotation, String, Object) - クラス のメソッドValidateDoubleRange
-
Checks if a fields value is within a range (min & max specified in the vars attribute).
- validate(Annotation, String, Object) - クラス のメソッドValidateEmail
-
Checks if a field has a valid e-mail address.
- validate(Annotation, String, Object) - クラス のメソッドValidateFloat
-
Checks if the field can safely be converted to a float primitive.
- validate(Annotation, String, Object) - クラス のメソッドValidateFloatRange
-
Checks if a fields value is within a range (min & max specified in the vars attribute).
- validate(Annotation, String, Object) - クラス のメソッドValidateInteger
-
Checks if the field can safely be converted to an int primitive.
- validate(Annotation, String, Object) - クラス のメソッドValidateIntRange
-
Checks if a fields value is within a range (min & max specified in the vars attribute).
- validate(Annotation, String, Object) - クラス のメソッドValidateLong
-
Checks if the field can safely be converted to a long primitive.
- validate(Annotation, String, Object) - クラス のメソッドValidateMask
-
Checks if the field matches the regular expression in the field's mask attribute.
- validate(Annotation, String, Object) - クラス のメソッドValidateMaxLength
-
Checks if the field's length is less than or equal to the maximum value.
- validate(Annotation, String, Object) - クラス のメソッドValidateMinLength
-
Checks if the field's length is greater than or equal to the minimum value.
- validate(Annotation, String, Object) - クラス のメソッドValidateRequired
-
Checks if the field isn't null and length of the field is greater than zero not including whitespace.
- validate(Annotation, String, Object) - クラス のメソッドValidateRequiredIf
-
Checks if the field isn't null based on the values of other fields.
- validate(Annotation, String, Object) - クラス のメソッドValidateShort
-
Checks if the field can safely be converted to a short primitive.
- validate(Annotation, String, Object) - クラス のメソッドValidateUrl
-
Checks if a field has a valid url.
- validateByte - クラス の変数ReadDTO
-
- ValidateByte - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field can safely be converted to a byte primitive.
- ValidateByte() - クラス のコンストラクタValidateByte
-
- validateCreditCard - クラス の変数ReadDTO
-
- ValidateCreditCard - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field is a valid credit card number.
- ValidateCreditCard() - クラス のコンストラクタValidateCreditCard
-
- validateDate - クラス の変数ReadDTO
-
- ValidateDate - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field is a valid date.
- ValidateDate() - クラス のコンストラクタValidateDate
-
- validateDouble - クラス の変数ReadDTO
-
- ValidateDouble - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field can safely be converted to a double primitive.
- ValidateDouble() - クラス のコンストラクタValidateDouble
-
- validateDoubleRange - クラス の変数ReadDTO
-
- ValidateDoubleRange - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if a fields value is within a range (min & max specified in the vars attribute).
- ValidateDoubleRange() - クラス のコンストラクタValidateDoubleRange
-
- validateEmail - クラス の変数ReadDTO
-
- ValidateEmail - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if a field has a valid e-mail address.
- ValidateEmail() - クラス のコンストラクタValidateEmail
-
- validateFloat - クラス の変数ReadDTO
-
- ValidateFloat - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field can safely be converted to a float primitive.
- ValidateFloat() - クラス のコンストラクタValidateFloat
-
- validateFloatRange - クラス の変数ReadDTO
-
- ValidateFloatRange - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if a fields value is within a range (min & max specified in the vars attribute).
- ValidateFloatRange() - クラス のコンストラクタValidateFloatRange
-
- validateInteger - クラス の変数ReadDTO
-
- ValidateInteger - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field can safely be converted to an int primitive.
- ValidateInteger() - クラス のコンストラクタValidateInteger
-
- validateIntRange - クラス の変数ReadDTO
-
- ValidateIntRange - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if a fields value is within a range (min & max specified in the vars attribute).
- ValidateIntRange() - クラス のコンストラクタValidateIntRange
-
- validateLong - クラス の変数ReadDTO
-
- ValidateLong - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field can safely be converted to a long primitive.
- ValidateLong() - クラス のコンストラクタValidateLong
-
- validateMask - クラス の変数ReadDTO
-
- ValidateMask - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field matches the regular expression in the field's mask attribute.
- ValidateMask() - クラス のコンストラクタValidateMask
-
- validateMaxLength - クラス の変数ReadDTO
-
- ValidateMaxLength - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field's length is less than or equal to the maximum value.
- ValidateMaxLength() - クラス のコンストラクタValidateMaxLength
-
- validateMinLength - クラス の変数ReadDTO
-
- ValidateMinLength - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field's length is greater than or equal to the minimum value.
- ValidateMinLength() - クラス のコンストラクタValidateMinLength
-
- ValidateProperties - jp.sourceforge.masasa.architecture.framework.validationのクラス
-
validate.propertiesに対応する定数クラス.
- ValidateProperties() - クラス のコンストラクタValidateProperties
-
インスタンス化不可.
- validateRequired - クラス の変数ReadDTO
-
- ValidateRequired - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field isn't null and length of the field is greater than zero not including whitespace.
- ValidateRequired() - クラス のコンストラクタValidateRequired
-
- validateRequiredIf - クラス の変数ReadDTO
-
- ValidateRequiredIf - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field isn't null based on the values of other fields.
- ValidateRequiredIf() - クラス のコンストラクタValidateRequiredIf
-
- ValidateResolver - jp.sourceforge.masasa.architecture.framework.validation.annotationの注釈型
-
各チェックルールを示すアノテーション.
- ValidateResult - jp.sourceforge.masasa.architecture.framework.validationのクラス
-
入力チェック結果を保持するクラス.
- ValidateResult(int, String, String, String, boolean) - クラス のコンストラクタValidateResult
-
- ValidateResults - jp.sourceforge.masasa.architecture.framework.validationのクラス
-
- ValidateResults() - クラス のコンストラクタValidateResults
-
コンストラクタ.
- validateShort - クラス の変数ReadDTO
-
- ValidateShort - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if the field can safely be converted to a short primitive.
- ValidateShort() - クラス のコンストラクタValidateShort
-
- validateUrl - クラス の変数ReadDTO
-
- ValidateUrl - jp.sourceforge.masasa.architecture.framework.validation.validatorのクラス
-
Checks if a field has a valid url.
- ValidateUrl() - クラス のコンストラクタValidateUrl
-
- Validator<T> - jp.sourceforge.masasa.architecture.framework.validationのクラス
-
入力チェックを実行するクラス.
- Validator() - クラス のコンストラクタValidator
-
- value - 列挙 の変数FieldTestEnum
-
org.apache.struts.validator.FieldChecks
に定義されているRequiredIf用の条件式.
- valueOf(String) - 列挙 のstaticメソッドCheckRulesEnum
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドFieldTestEnum
-
指定した名前を持つこの型の列挙型定数を返します。
- values() - 列挙 のstaticメソッドCheckRulesEnum
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドFieldTestEnum
-
この列挙型の定数を含む配列を宣言されている順序で返します。