Package | Description |
---|---|
org.apache.tapestry5.validator |
Validators for use by Tapestry (and custom) form field components.
|
Modifier and Type | Class and Description |
---|---|
class |
Email
A validator that checks if a given string is well-formed email address.
|
class |
Max
Enforces a maximum integer value.
|
class |
MaxLength |
class |
Min |
class |
MinLength
Validates that a string value has a minimum length.
|
class |
None |
class |
Regexp |
class |
Required
A validator that enforces that the value is not null and not the empty string.
|
Copyright © 2003-2012 The Apache Software Foundation.