|
Class Summary |
| AgeFormPartValidator |
Checks whether someone or something is old/young enough according to a date. |
| CountDbValidator |
Validator for checking the number of occurrences of values in a database. |
| DateFormPartValidator |
Tries to match a formpart to a date pattern format (d/M/yyyy or d-M-yyyy) using the java.text.SimpleDateFormat class in the Java API. |
| DateRangeFormPartValidator |
Checks whether a value (date or time) is within a range of from to to or is greater than from or is smaller than to
(depending on which parameters are provided). |
| DefaultProfileLoginValidator |
Provides login validation for the DefaultProfile of the UserManagement bundle. |
| DummyValidator |
Returns the validator code and validator message that are passed to it. |
| ElfCheckFormPartValidator |
Performs an 'elfproef' ('eleven check') on the formpart to check if it could be a valid Dutch bank account number. |
| EqualFormPartValidator |
Checks if a formpart is equal to other formpart(s). |
| FileSizeFormPartValidator |
Checks if the size of a file does not exceed the maximum file size. |
| FloatFormPartValidator |
Checks whether a formpart value parses as a float. |
| FloatRangeFormPartValidator |
Checks whether a floating number falls within a range (bounds included). |
| IntFormPartValidator |
Checks whether a formpart value parses as an integer
Variable
Type
Mode
Default
Description
wmformpart
Parameter
Required
-
The formpart to validate (an integer).
notaninteger
Message
-
-
If the 'wmformpart' isn't an integer.
Example usage:
Age, postal code, phone number.
Amounts on a tax form.
| IntRangeFormPartValidator |
Checks whether an integer value falls within a range (bounds included). |
| RegExpFormPartValidator |
Checks if a value matches a specific pattern (regular expression). |
| RequiredAtLeastOneValidator |
Checks in a list of at least two formparts if one or more formparts have a value. |
| RequiredFormPartValidator |
Checks whether a field on a form has been filled in. |
| RequiredOneOfManyValidator |
Checks whether exactly one of the formparts has a value. |
| VerificationCookieValidator |
Checks whether the cookie that is written by the VerificationCookieWriteRedirectRouter exists and
has a valid value (current time is between cookie timestamp and cookie timestamp + 30 seconds). |
Copyright © 2007-2011 GX Software BV. All Rights Reserved.
|