|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
---|---|
org.slim3.struts.annotation | This package provides Slim3 annotations. |
Uses of Validator in org.slim3.struts.annotation |
---|
Classes in org.slim3.struts.annotation with annotations of type Validator | |
---|---|
interface |
ByteType
An annotation to validate if the value is a byte. |
interface |
CreditCardType
An annotation to validate if the value is credit card numbers. |
interface |
DateType
An annotation to validate if the value is a date. |
interface |
DoubleRange
An annotation to validate if the double value is in a range. |
interface |
DoubleType
An annotation to validate if the value is a double. |
interface |
EmailType
An annotation to validate if the value is email. |
interface |
FloatRange
An annotation to validate if the float value is in a range. |
interface |
FloatType
An annotation to validate if the value is a float. |
interface |
IntegerType
An annotation to validate if the value is an integer. |
interface |
IntRange
An annotation to validate if the int value is in a range. |
interface |
LongRange
An annotation to validate if the long value is in a range. |
interface |
LongType
An annotation to validate if the value is a long. |
interface |
Mask
An annotation to validate if the regular expression matches the value. |
interface |
Maxbytelength
An annotation to validate if the byte length of the string value is less than or equal to the maximum length. |
interface |
Maxlength
An annotation to validate if the length of the string value is less than or equal to the maximum length. |
interface |
Minbytelength
An annotation to validate if the byte length of the string value is greater than or equal to the minimum byte length. |
interface |
Minlength
An annotation to validate if the length of the string value is greater than or equal to the minimum length. |
interface |
Required
An annotation to validate if the value is input. |
interface |
ShortType
An annotation to validate if the value is a short. |
interface |
UrlType
An annotation to validate if the value is a url. |
interface |
Validwhen
An annotation to validate if the condition matches the value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |