|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 play.data.validation 的软件包 | |
---|---|
play.data.validation | |
play.mvc |
play.data.validation 使用的 play.data.validation 中的类 | |
---|---|
CheckWith
|
|
CheckWithCheck
|
|
Email
This field must be a valid email. |
|
Equals
This field must be equals to another field. |
|
Error
A validation error. |
|
InFuture
This date must be in the future. |
|
InPast
This date must be in the past. |
|
IPv4Address
This field must be a valid IP address. |
|
IPv6Address
This field must be a valid IP address. |
|
IsTrue
This field must be true. |
|
Match
This field must match the regexp. |
|
Max
This field must be lower than. |
|
MaxSize
This field size must be lower than. |
|
Min
This field must be greater than. |
|
MinSize
This field size must be lower than. |
|
Phone
This field contain a phone number This validation is relaxed and is intended to enforce a basic phone pattern. |
|
Range
This field must be lower than and greater than. |
|
Unique
Check that a field or or field in a context is unique. |
|
URL
This field must be a valid url. |
|
Validation
|
|
Validation.ValidationResult
|
|
Validation.Validator
|
play.mvc 使用的 play.data.validation 中的类 | |
---|---|
Validation
|
|
||||||||||
上一个 下一个 | 框架 无框架 |