|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
IValidator | Interface for all Validators, both before-validator and after-validator. |
IValidatorManager | Manager class which manage all validators, both before-validator and after-validator |
Class Summary | |
---|---|
AbstractRegexValidator | Abstract validator which offers validate function based on regex string. |
AlphaNumericValidator | The input can only be number and alpha. |
DateValidator | The input can only be date. |
EmailAddrValidator | The input can only be the email string. |
MaxLengthValidator | Using this you can specify the maximum length of text input. |
MinLengthValidator | Using this you can specify the minimal length of text input. |
NumberPatternValidator | The input can only be as the pattern specified. |
NumericValidator | The input can only be number. |
RegexValidator | The input must match the regex which is specified by the regex property. |
TextLengthValidator | Checks if a string has non whitespace characters. |
Validator | Abstract validator class from IValidator interface |
ValidatorManager | Default validator manager implementation of IValidatorManager interface. |
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |