Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
String of numbers that matches the style of Visa, MasterCard, etc. card numbers.Info | Value |
---|---|
Validator ID | com.webmethods.caf.faces.validator.CreditCard |
Handler Class | None |
Description | String of numbers that matches the style of Visa, MasterCard, etc. card numbers. |
Name | Required | Type | Description |
---|---|---|---|
typeAmex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Card types, which are supported by this Validator. |
typeVisa | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Card types, which are supported by this Validator. |
typeDiscover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Card types, which are supported by this Validator. |
typeMasterCard | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Card types, which are supported by this Validator. |
customErrorMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Custom message for validation errors. |
showCAFErrorMsg | false | javax.el.ValueExpression
(must evaluate to boolean )
| Include the CAF error message with the custom error message. |
Output generated by Vdldoc View Declaration Language Documentation Generator.