wicket.markup.html.form.validation
Class EmailAddressPatternValidator

java.lang.Object
  extended bywicket.markup.html.form.validation.AbstractValidator
      extended bywicket.markup.html.form.validation.StringValidator
          extended bywicket.markup.html.form.validation.PatternValidator
              extended bywicket.markup.html.form.validation.EmailAddressPatternValidator
All Implemented Interfaces:
IValidator, java.io.Serializable

public class EmailAddressPatternValidator
extends PatternValidator

Validator for checking the form/pattern of email addresses.

Author:
Chris Turner, Jonathan Locke
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class wicket.markup.html.form.validation.IValidator
IValidator.NullValidator
 
Field Summary
 
Fields inherited from interface wicket.markup.html.form.validation.IValidator
NULL
 
Constructor Summary
EmailAddressPatternValidator()
          Constructor
 
Methods inherited from class wicket.markup.html.form.validation.PatternValidator
getPattern, onValidate, toString
 
Methods inherited from class wicket.markup.html.form.validation.StringValidator
onValidate
 
Methods inherited from class wicket.markup.html.form.validation.AbstractValidator
error, error, error, error, getFormComponent, getInput, messageModel, resourceKey, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailAddressPatternValidator

public EmailAddressPatternValidator()
Constructor



Copyright © 2004-2005 Wicket developers. All Rights Reserved.