Class EmailAddressValidator

  • All Implemented Interfaces:
    Serializable, IClusterable, IValidator<String>

    public class EmailAddressValidator
    extends PatternValidator
    Validator for checking the form/pattern of email addresses. NOTICE: This validator only checks the most commonly used email address patterns. For a validator that can check the entire range of rfc compliant email addresses see org.apache.wicket.extensions.validation.validator.RfcCompliantEmailAddressValidator

    Also see org.apache.wicket.extensions.validation.validator.RfcCompliantEmailAddressValidator

    Since:
    1.3
    Author:
    Chris Turner, Jonathan Locke, Martijn Dashorst, Al Maw
    See Also:
    Serialized Form
    • Constructor Detail

      • EmailAddressValidator

        protected EmailAddressValidator()
        Protected constructor to force use of static singleton accessor. Override this constructor to implement resourceKey(Component).
    • Method Detail

      • getInstance

        public static EmailAddressValidator getInstance()
        Retrieves the singleton instance of EmailAddressValidator.
        Returns:
        the singleton instance of EmailAddressValidator