com.xoetrope.validation |
|
Java Source File Name | Type | Comment |
XDateValidator.java | Class | A date validator
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XFormValidationFactory.java | Class | Constucts validations be reading rules from a configuration file
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XNameValidator.java | Class | Validates names, by ensuring they are properly formed, of adequate length and
containing a valid set of characters
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XPasswordValidator.java | Class | Validates names, by ensuring they are properly formed, of adequate length and
containing a valid set of characters.
A password must be at least 6 characters excluding spaces. |
XRegularExpressionValidator.java | Class | Validates names, by checking them against a regular expression mask
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XSetValidator.java | Class | Validates names, by checking them against a list or set of names
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |